Open ZealACMer opened 5 years ago
Can the .list file in https://github.com/LossNAN/I3D-Tensorflow/tree/master/list/hmdb_list be changed to .txt file format? Will it influence the functionality of the program? Thank you very much.
The extension can be anything, it's read in like so
lines = open(filename, 'r') lines = list(lines) line = lines[index].strip('\n').split()
Can the .list file in https://github.com/LossNAN/I3D-Tensorflow/tree/master/list/hmdb_list be changed to .txt file format? Will it influence the functionality of the program? Thank you very much.