YichiCS / DNF

Code repository for the paper --- DNF
11 stars 1 forks source link

Evaluation on my own dataset #6

Open aditipanda opened 2 weeks ago

aditipanda commented 2 weeks ago

Is there a .py file for evaluation of other datasets? Demo.py is not suited for this I guess?

YichiCS commented 2 weeks ago

eval.py provide the function of testing your model on certain datset, you can run the command below:

python eval.py --dataroot $PATH_TO_DATASET --model_path $PATH_TO_MODEL

Certainly, you should place your dataset in the specified manner, you can refer to CNNDection, as this code is based on a rewrite of CNNDetection.