okankop / Efficient-3DCNNs

PyTorch Implementation of "Resource Efficient 3D Convolutional Neural Networks", codes and pretrained models.
MIT License
777 stars 151 forks source link

Path of dataset #27

Closed DrewdropLife closed 4 years ago

DrewdropLife commented 4 years ago

Can you provide a storage path for dataset? such as: data ├── classname1 │ ├── videoname1 │ │ ├── 0001.jpg │ │ └── 0002.jpg │ └── n_frames ├── classname2 │ ├── videoname2 │ │ ├── 0001.jpg │ │ └── 0002.jpg │ ├── videoname3 │ │ ├── 0001.jpg │ │ └── 0002.jpg │ └── n_frames

but it's not correct, I don't know how to set.

pike-msonda commented 4 years ago

Can you share the error your are getting?