TCNActionRecognition
TCNActionRecognition copied to clipboard
Compatibility issue
hi
- 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?? - at file create_lmdb.py line 40 "No such file : 'data_root+'Xy_train_%03d'%i+'.h5' '" thanx
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
do you suggest reading files directly from disk using data generator?
Yes, I believe speed will not be an issue