TaeSoo-Kim / TCNActionRecognition

Skeleton based action recognition models with TCN variants for learning interpretable representation.
122 stars 33 forks source link

Compatibility issue #14

Open samiabobala opened 4 years ago

samiabobala commented 4 years ago

hi

  1. i had this error in train.py line 176 :x.setflags(write=1) " ValueError: cannot set WRITEABLE flag to True of this array" Exactly what versions of libraries are you using??
  2. at file create_lmdb.py line 40 "No such file : 'data_root+'Xytrain%03d'%i+'.h5' '" thanx
TaeSoo-Kim commented 4 years ago

I believe this data I/O code is quite outdated. I dont think it is necessary anymore to read/write from lmdb anymore with current library's I/O speeds

samiabobala commented 4 years ago

do you suggest reading files directly from disk using data generator?

TaeSoo-Kim commented 4 years ago

Yes, I believe speed will not be an issue