TCNActionRecognition icon indicating copy to clipboard operation
TCNActionRecognition copied to clipboard

Compatibility issue

Open samiabobala opened this issue 5 years ago • 3 comments

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+'Xy_train_%03d'%i+'.h5' '" thanx

samiabobala avatar Oct 08 '19 07:10 samiabobala

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

TaeSoo-Kim avatar Oct 08 '19 16:10 TaeSoo-Kim

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

samiabobala avatar Oct 08 '19 17:10 samiabobala

Yes, I believe speed will not be an issue

TaeSoo-Kim avatar Oct 08 '19 17:10 TaeSoo-Kim