-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
how detect multiple object on same image #594
Comments
Have you got solution for multiple object detection within 1 frame.Please share me the tips. |
hi sulth, call following block of code on main()
i hope you will get out put as you expect, try it :) |
Yes.I got it.Thanks alot:) |
Hi @janaka1984 I can see that you have followed the blog: I am trying to reproduce the same results, however, I can't find the codes for basketball.py, basketball_eval.py and any other files for using this dataset. However, I have downloaded the dataset. Can you please guide me through this. Thanks in advance. |
I am looking for basketball.py and basketball_eval.py code. The annotations are also in .xml format instead of .txt format as INRIA person dataset. Would some body guide me in this regard? |
Hi @Niladri365 You can find these files here: Regards |
Thanks a lot... |
@janaka1984 @sulth Can you share me the demo code where changes needs to done for getting 2 objects detection on single frame?. I tried your @janaka1984 solution. but i did not get it.. Thank You |
hi,
I have used following example https://huangying-zhan.github.io/2016/09/22/detection-faster-rcnn.html#Training%20on%20new%20dataset.
it can detect basketball, but I need to detect person also.
To do that I used person dataset with basketball dataset and changed train.txt and classes in basketball.py file
but it can not detect both object at once
what i need to change ?
thanks
The text was updated successfully, but these errors were encountered: