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

how to train on custmer dataset? #10

Closed
bitwangdan opened this issue Apr 10, 2020 · 3 comments
Closed

how to train on custmer dataset? #10

bitwangdan opened this issue Apr 10, 2020 · 3 comments

Comments

@bitwangdan
Copy link

Thank you for sharing the code. I trained on my own dataset(two object, six verb), but my output value is like this. Is there something wrong with my Settings?
image
@YueLiao

@YueLiao
Copy link
Owner

YueLiao commented Apr 10, 2020

I cannot make sure whether it is wrong only based on this confidence map. You can evaluate the results by modifying the evaluation script for your dataset or visualize the predictions.

@bitwangdan
Copy link
Author

bitwangdan commented Apr 10, 2020

@YueLiao i have changed the num_class(two) and the num_verbs(six) in hico.py and opts.py,my final eval result is like this,
image
Is there something I forgot to change?

@YueLiao
Copy link
Owner

YueLiao commented Apr 11, 2020

The result may be wrong. I have trained our method for a dataset with 10 classes, and the mAP is about 70%. You should carefully check the code in hico.py, hico_eval.py, decode.py, hoidet.py, etc, and make sure all right for your own dataset.

@YueLiao YueLiao closed this as completed Apr 13, 2020
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