muenchmark
muenchmark
I'm seeing the exact same error. It uploads the video correctly, converts it to images, and processes a ton of images correctly...and then starts giving the log_dir error on every...
I think if you change 'log_dir' in line 59 of https://github.com/Dene33/hmr/blob/master/src/config.py to 'logging_dir' it will fix the problem. Also, hmr says that it should be run with Python 2.7 and...
Today I tested the change I mentioned above, replacing the three occurrences of 'log_dir' with 'logging_dir' in config.py and that fixed the problem with duplicate definitions. In order to get...