You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: