Hello, the author. First, I use your python eval/eval py -D <srn_ data>/cars -n srn_ car -P '64' -O eval_ out/srn_ car_ 1v to eval the SRN dataset. As you said, running this script takes a lot of time, so I stopped running after eval. Then the following files appeared in the file.
After that, I tried to run python eval/calc_ metrics. py -D <srn data dir>/cars -O eval_ out/srn_ car_ 1v -F srn --gpu_ Id=<GPU>A result is generated and an error is reported: No such file or directory:'eval out/srn car 1v/1079efee042629d4ce28f0f1b509eda/metrics.txt'
In fact, check eval The metrics.txt folder does not exist in the out folder. I want to know what the problem is?
Hello, the author. First, I use your
python eval/eval py -D <srn_ data>/cars -n srn_ car -P '64' -O eval_ out/srn_ car_ 1v
to eval the SRN dataset. As you said, running this script takes a lot of time, so I stopped running after eval. Then the following files appeared in the file. After that, I tried to runpython eval/calc_ metrics. py -D <srn data dir>/cars -O eval_ out/srn_ car_ 1v -F srn --gpu_ Id=<GPU>
A result is generated and an error is reported: No such file or directory:'eval out/srn car 1v/1079efee042629d4ce28f0f1b509eda/metrics.txt' In fact, check eval The metrics.txt folder does not exist in the out folder. I want to know what the problem is?