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 how to evaluate the result of the method in CDnet 2014 dataset? I follow your links and tried to follow everything but I got this error.
The file C:\dataset\badWeather\blizzard\stats.txt doesn't exist.
It means there was an error calling the comparator.
Traceback (most recent call last):
File "modified_process_folder.py", line 129, in <module>
main()
File "modified_process_folder.py", line 46, in main
processFolder(datasetPath, binaryRootPath)
File "modified_process_folder.py", line 62, in processFolder
confusionMatrix = compareWithGroungtruth(videoPath, binaryPath) #STATS
File "modified_process_folder.py", line 84, in compareWithGroungtruth
return readCMFile(statFilePath)
File "modified_process_folder.py", line 90, in readCMFile
raise Exception('error')
Exception: error
Should we recompile the comparator?, but in original file comparator.exe is exist.
The text was updated successfully, but these errors were encountered:
Hello how to evaluate the result of the method in CDnet 2014 dataset? I follow your links and tried to follow everything but I got this error.
Should we recompile the comparator?, but in original file comparator.exe is exist.
The text was updated successfully, but these errors were encountered: