zju3dv/PGSR

How to evaluate my custom dataset

Closed this issue · 2 comments

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

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.

Thanks bro , work