Hi gkioxari, I reproduced your code on UCF101 dataset, and finally I wrote all results to text file (use function adapted from _write_voc_results_file in lib/fast-rcnn/test.py). The line in those files looks like this:
index id score
My question is how to calculate the accuracy on whole dataset using score in those files? I viewed all issues in this project but not found answer yet, so could you please give me some hints? Thanks.
P.S: Maybe you can create a gitter in this project so we can discuss more efficiently.
Hi gkioxari, I reproduced your code on UCF101 dataset, and finally I wrote all results to text file (use function adapted from
_write_voc_results_file
in lib/fast-rcnn/test.py). The line in those files looks like this:My question is how to calculate the accuracy on whole dataset using
score
in those files? I viewed all issues in this project but not found answer yet, so could you please give me some hints? Thanks.P.S: Maybe you can create a gitter in this project so we can discuss more efficiently.