Real-Time-Action-Recognition icon indicating copy to clipboard operation
Real-Time-Action-Recognition copied to clipboard

Import error

Open athulvingt opened this issue 4 years ago • 4 comments

File "spatial_cnn_cpu.py", line 5, in from dataloader import UCF101_splitter ImportError: cannot import name 'UCF101_splitter'

athulvingt avatar Nov 24 '20 11:11 athulvingt

@danbochman Can you help us with this? I also encounter this error

chungphung avatar Dec 22 '20 08:12 chungphung

I understand why you're seeing this problem. I'll fix this today.

danbochman avatar Dec 22 '20 10:12 danbochman

I've pushed a dev version for now in Python 3 with fixed data paths Also, the CPU/GPU versions are merged and will automatically select the devices according to your CUDA GPU availability. Haven't run all the tests yet to see everything works so it's still in dev.

danbochman avatar Dec 22 '20 11:12 danbochman

Thank you for your useful project. But I think it requires something called 'UCF101_splitter' from dataloader. Your fix still didn't work to me.

trislee02 avatar Jul 24 '22 09:07 trislee02