JRouvinen

Results 3 comments of JRouvinen

I am experiencing similar issues as described above -> my magic number on my code seems to be somewhere around 820. The matplotlib.use('agg') doesn't seem to fix the problem. Now...

I had the same issue -> only working solution was to not use the absolute path, but the program path. My directory: program program/main.py program/data program/images program/images/image1.jpg img = cv2.imread('C:/Users/user1/Projects/program/data/images/image1.jpg')...

@ClashSAN -> issue seems to be still valid -> i got same 'git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git fetch -v -- origin --dry-run stderr: 'fatal: couldn't find...