tfaehse / DashcamCleaner

Censor identifiable information in videos, in particular dashcam recordings in Germany.
GNU Affero General Public License v3.0
131 stars 27 forks source link

weights not found #19

Closed joshinils closed 2 years ago

joshinils commented 2 years ago

https://github.com/tfaehse/DashcamCleaner/blob/caddcb80d0aed082285fa36865363cd323899a20/dashcamcleaner/src/blurrer.py#L22 The problem is that path gets treated as a relative path, not as an absolute path. So the only place one can run the code from is the folder in the cloned repo, nowhere else.

doesn't depend on main.py or cli.py

tfaehse commented 2 years ago

Should be fixed, we now look at the weights folder relative to the location of the file the tool is run from. If issues persist feel free to reopen this issue of course!