Git Product home page Git Product logo

Comments (9)

n3ry7 avatar n3ry7 commented on August 23, 2024 1

No worry about newbie questions, I am newbie too and could help other people too.

Yeah I believe those would be the classes for any model in the repository.

This would likely change if you ptrain on custom datasets.

from yolov7_openvino_cpp-python.

n3ry7 avatar n3ry7 commented on August 23, 2024

I just tested and it does work.

Thanks!

from yolov7_openvino_cpp-python.

bbartling avatar bbartling commented on August 23, 2024

If you dont mind me asking what is Tiny Yolo? Is that something you run on like smaller device CPU like a rasp pi computer?

from yolov7_openvino_cpp-python.

n3ry7 avatar n3ry7 commented on August 23, 2024

It is a smaller version of the model meant to run faster.

The project I am working on we actually use it with intel i-gpu and we manage to run inference on 15 fps 416x416 images.

from yolov7_openvino_cpp-python.

bbartling avatar bbartling commented on August 23, 2024

Cool would you know where I could find that model? Any chance for a link : )

from yolov7_openvino_cpp-python.

n3ry7 avatar n3ry7 commented on August 23, 2024

Yes it is available at the yolov7 repo https://github.com/WongKinYiu/yolov7

You just have to choose the yolov7-tiny weights and params when training.

from yolov7_openvino_cpp-python.

bbartling avatar bbartling commented on August 23, 2024

Hi @n3ry7 would you know if its possible to download a pretrained model for Yolo7 Tiny? or would I have to train one?

from yolov7_openvino_cpp-python.

n3ry7 avatar n3ry7 commented on August 23, 2024

There are pre-trained weights on the release page https://github.com/WongKinYiu/yolov7/releases

from yolov7_openvino_cpp-python.

bbartling avatar bbartling commented on August 23, 2024

Thanks @n3ry7 for sending this....one last newbie question would the classes be the same for any of the WongKinYiu Yolo v7 models including Tiny Yolo v7?

        self.classes = [
            "person",
            "bicycle",
            "car",
            "motorcycle",
            "airplane",
            "bus",
            "train",
            "truck",
            "boat",
            "traffic light",
            "fire hydrant",
            "stop sign",
            "parking meter",
            "bench",
            "bird",
            "cat",
            "dog",
            "horse",
            "sheep",
            "cow",
            "elephant",
            "bear",
            "zebra",
            "giraffe",
            "backpack",
            "umbrella",
            "handbag",
            "tie",
            "suitcase",
            "frisbee",
            "skis",
            "snowboard",
            "sports ball",
            "kite",
            "baseball bat",
            "baseball glove",
            "skateboard",
            "surfboard",
            "tennis racket",
            "bottle",
            "wine glass",
            "cup",
            "fork",
            "knife",
            "spoon",
            "bowl",
            "banana",
            "apple",
            "sandwich",
            "orange",
            "broccoli",
            "carrot",
            "hot dog",
            "pizza",
            "donut",
            "cake",
            "chair",
            "couch",
            "potted plant",
            "bed",
            "dining table",
            "toilet",
            "tv",
            "laptop",
            "mouse",
            "remote",
            "keyboard",
            "cell phone",
            "microwave",
            "oven",
            "toaster",
            "sink",
            "refrigerator",
            "book",
            "clock",
            "vase",
            "scissors",
            "teddy bear",
            "hair drier",
            "toothbrush",
        ]

from yolov7_openvino_cpp-python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.