-
Notifications
You must be signed in to change notification settings - Fork 7
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
No able to detect the bounding box #2
Comments
Hey Ridhima, thanks for your question and sorry for late reply. Actually to detect the bounding boxes you have to play with the below piece of code. Try changing params of |
@ratulKabir , hello! |
Hey Jack, Threshold 0.0045 is too low I think for a dataset with 840 images and the other descriptions that you added. Can you tell me for which threshold value for which you did not get any box at all? I think you should you try with threshold values between 0.05 - 0.5 and try to keep the loss less than 1. Try different threshold values to improve confidence factor on image boxes. Also I am not sure how changing the batch size to 8 will help the model here. Although you can try different batch sizes and see if it improves the time needed to train and may be the performance, experimenting is the best way of learning after all. If you read carefully, you can find information about my dataset and stuff in the readme file. However I have copied the lines here:- "My confidence factor is low because of lack of data (about 250 images) and having no GPU. I had to stop training after 60 epochs. It took 9 hours and the lose was around 3.8. I was just trying to learn things so that was enough for me. I recommend keeping the loss less than 1." For now my advise is to keep the background of the images easy, not too much noisy. I would ask you to go through the Greetings, |
I'm excited receiving your advices, you are the first guy reply me! I use Then I test the net's coverage or not, I detect "sports ball", I use only 1 image that scene is Jordan crossover O'Neal at NBA court, a basketball in Jordan's hand, I use I see the json files of those detections, the After that with your suggestions I guess I made the dataset as will or chosen a wrong threshold in 840 dataset detection(not lucky as "sports ball" detection, it's hard to choose in all confidence is 0.17), I will change some images in the big dataset and try again(if I have enough time). And I got some tutorials in those URL: Thank you again for replying me! those images in the |
Hi,
I followed the same procedure as yours, I am able to train my model successfully but not able to detect the bounding box or any detections you can say.
I kept using default values for learning rate, batch size.
I changed the no. of epochs to 300. I have 150 images of only 1 class. I modified the .cfg file as well.
Please give some suggestions. After setting the threshold to 0.0001 getting too many bounding box. Give suggestions, how to overcome this problem.
The text was updated successfully, but these errors were encountered: