Giter Site home page Giter Site logo

Comments (5)

flyyufelix avatar flyyufelix commented on August 15, 2024 3

Hello, I used the original implementation in Darknet (https://pjreddie.com/darknet/yolo/). You can follow this guide: http://guanghan.info/blog/en/my-works/train-yolo/ to train YOLO with your own dataset. I also hack into the C code to get the program output predicted bounding boxes.

from cnn_finetune.

flyyufelix avatar flyyufelix commented on August 15, 2024 2

Yes, the article is slightly outdated. It is for YOLO v1. However, the config files of YOLO v2 and v1 are very similar so long as I recall, so if you can follow that of v1 I am sure you can do the same for v2.

YOLO v2 should outperform SSD-300. Resolution plays an important part in detector performance (can refer to this paper: https://arxiv.org/pdf/1611.10012.pdf). YOLO v2 takes 448x448 inputs while SSD takes 300x300. Speaking from my personal experience, YOLO v2 outperformed SSD-300 in the kaggle competition. In this regard, YOLO v2 vs SSD-512 should be a more fair comparison.

Yes, the provided weights for YOLO v2 (DarkNet19 with 448x448 input resolution pre-trained on ImageNet) is for classification. But it's still very useful as good feature extractor for the detection layers. I used that for my kaggle dataset and it worked quite well.

from cnn_finetune.

MyVanitar avatar MyVanitar commented on August 15, 2024 1

one missing feature in Yolo v2 is that they have not implemented the angle in training, it is a useful feature when the target objects might rotate in practice, which of course does not apply for the VOC dataset, and that's the reason why they have not implemented it completely.

from cnn_finetune.

MyVanitar avatar MyVanitar commented on August 15, 2024

Thank you.

The article dated at 15/12/22. seems to be for YOLO V1

from cnn_finetune.

MyVanitar avatar MyVanitar commented on August 15, 2024

Besides, Do you think YOLO v2 or SSD-300 (7++12+COCO) will have less detection errors? in Fine-Tuning.

Although I think we can not Fine-Tune the YOLO. The provided weights is as an initial classification weights and we train from scratch actually.

from cnn_finetune.

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.