NTURGB-D icon indicating copy to clipboard operation
NTURGB-D copied to clipboard

txt2npy logical check for already existing files

Open medwar99 opened this issue 4 years ago • 0 comments

Hi, thanks for the converter to .npy extension. It looks like the logical check on line 123 wants to be checking if each+'.npy' in alread_exist_dict, rather than each+'.skeleton.npy'. For me it was always seeing (e.g.) 'S001C001P001R001A003.skeleton.skeleton.npy', and was always overwriting the numpy files.

medwar99 avatar Aug 06 '20 15:08 medwar99