gustavz / deeptraining_hands

Dataset, necessary Scripts and trained SSD Model for detecting Hands in Realtime.
31 stars 18 forks source link

oxfordhands setup warning #8

Closed edwardnguyen1705 closed 4 years ago

edwardnguyen1705 commented 4 years ago

Hi, thank you for sharing.

I run into this problem when executing the oxfordhands_setup.py: `

equal directory sizes, everything ok! Buffy_225.jpg already exists
renaming to xBuffy_225.jpg! Traceback (most recent call last): File "oxfordhand_dataset_setup.py", line 112, in main() File "oxfordhand_dataset_setup.py", line 107, in main cleanup_structure(data_path, dataset_path, tarfile_path) File "oxfordhand_dataset_setup.py", line 86, in cleanup_structure sh.copyfile(src_dir+file, drc_dir+newfile) TypeError: must be str, not NoneType `

Do you have any suggestion to resolve this problem?