Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

detection.py #1

Open
ramya-raghu25 opened this issue Jun 4, 2020 · 1 comment
Open

detection.py #1

ramya-raghu25 opened this issue Jun 4, 2020 · 1 comment

Comments

@ramya-raghu25
Copy link

Hi @aniketzz @callepalli ,

I am in need of an object detection and cropping technique, and i came across your interesting code. I just have a few questions:
1)Could you please give the exact file directory of detection.py?
2)On what dataset has the YOLO been trained on?
3)What must i do to train the YOLO with my own set of training images?

Regards,
Ramya

@aniketzz
Copy link
Owner

aniketzz commented Jun 5, 2020

Hi @ramya-raghu25 ,

  1. "detect.detection" is a directory present in "working directory/detect/detection/" not file . so you will not need "detection.py"
  2. YOLO has been trained on COCO dataset please refer YOLO page for more details
  3. You will have implement YOLO on a custom dataset. There are many references for this on internet. You can try this

(Note: run "obj_detect_crop.py")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants