-
Notifications
You must be signed in to change notification settings - Fork 6
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 to test on my own images #8
Comments
Hello, I've encountered the same issue. Could you kindly let me know if you've managed to resolve it, and if so, how did you go about it? |
+1 |
hi @wyy-thu i have finished the pipleline of testing my own dataset, first, u should use the faster-rcnn-vg to output the top-score bbox (please note that, the output format of bbox is yxyx), second, u can use |
Thank you for the insights provided by @dongdk This is my final implementation:
I'm a novice in machine learning. This is my implementation based on my understanding. I'm not even sure if they are correct, but the results seem pretty good. If anyone finds any issues, please let me know in time. Thank you very much! Although it works well, unlike the original, I used Fast R-CNN instead of Faster R-CNN because I couldn't run Faster R-CNN properly. If anyone has a simpler way, please let me know. Additionally, I plan to replace Fast R-CNN with YOLO, but I haven't implemented it yet. |
have you done this by YOLO ? |
it does not matter what kind of detector or segmentation method u use. providing the bboxes is enough. good luck. |
I have some images, and I want to get cropped sub-images for each image.
The text was updated successfully, but these errors were encountered: