8000 GitHub - wuyun8210/partdetection: Part detection model (yolo) for CUB200-2011 bird dataset
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wuyun8210/partdetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Part detection model (yolo v3) for CUB200-2011 bird dataset

We provide the trained model (yolo v3) for detecting the parts of birds. Thought the model is trained on CUB200-2011 bird dataset, you can use it to detect any birds. If you are interested, please refer to work:

@article{ author = {Feng, Hui and Wang, Shanshan and Ge, Shuzhi Sam}, title = {Fine-grained visual recognition with salient feature detection}, journal = {arXiv:1808.03935}, year = {2018}, type = {Journal Article} }


  1. install darknet (guide: https://pjreddie.com/darknet/)
  2. download the model file from google drive (https://drive.google.com/file/d/1tR8vvH5W02dKZq0lZeYUFxQdyhEEoRnI/view?usp=sharing)
  3. detect the parts using: ./darknet detect yolov3_bird.cfg path_to_model.weights full_path_for_one_image.jpg [-thresh 0.2]

About

Part detection model (yolo) for CUB200-2011 bird dataset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0