keaixiaovv

Results 6 comments of keaixiaovv

感谢您的回复!请问能不能对其中文件的运行顺序和主要作用做一个说明呢~

dataset.py里面我这样设置的,(dataset[1000]['images'].shape)这个代表什么呀? ![image](https://user-images.githubusercontent.com/49025537/101463002-d4dbd400-3977-11eb-82bf-be76fd1f7063.png) 如果把print去掉dataset.py不报错,但是CSL_Isolated_Conv3D.py还是会报错IndexError: list index out of range ![image](https://user-images.githubusercontent.com/49025537/101463167-09e82680-3978-11eb-8dd1-8aee45237ddc.png)

试了一下还是不行,这里的1000对前面num_classes的值有限制嘛

我在运行连续手语的CSL_Continuous_Seq2Seq.py的时候也有这个问题"IndexError: list index out of range",感觉是读取路径有问题,我的路径是 ![image](https://user-images.githubusercontent.com/49025537/101878031-d8ff3000-3bc9-11eb-936c-ec0a596227b2.png) 这里的文件应该是视频还是图片的形式呢?感觉上面的def read_images里面的是图片,后面的self.videos_per_folder是视频?

数据集外网下载太慢,同学们怎么解决这个问题的。

I have achieved the function according to the way you said, thank you very much!