How to evaluate my custom dataset
Closed this issue · 2 comments
DYH200009 commented
When I used my own dataset to execute the metrics.py file, I found that I could not get the corresponding metrics and my test folder was empty. How to perform the calculation correctly.
This is my cmd : python metrics.py -m out_path
danpeng2 commented
Hello, thank you for your interest in our work.
If the test folder is empty, you might need to check whether the --eval
command was included during training.
DYH200009 commented
Thanks bro , work