-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: cannot import name im_detect_2stream #5
Comments
Hi @NIEYALI, |
Thanks for your reply, But I have another question following: These three path, where could I find' flows_color, frames_240, flows_color' |
Hi @NIEYALI , |
Hi @pengxj, |
Hi @vra self._data_path = '/home/lear/xpeng/data/UCF101/flows_color' what is these three path stand for? |
@chengshuai Please refer to the THUMOS Challenge 2015 website for annotations or you can find some information here https://github.com/gurkirt/corrected-UCF101-Annots. 'frames_240' is the root dir. where you store your videos frames of the dataset. And flows_color is the root of flow frames. |
Thanks for your great work, but when I tried test reuslt, I met the following problem, Do you have any idea?
Thanks a lot @vra
python action_tools/eval_linked_results.py --imdb UCF101_RGB_1_FLOW_5_split_0 --res /home/user1/YALI/action-faster-rcnn/ucf101_vdets_3scales_rgb1flow5.pkl
Traceback (most recent call last):
File "action_tools/eval_linked_results.py", line 5, in
import action_util as action
File "/home/user1/YALI/action-faster-rcnn/action_tools/action_util.py", line 8, in
from fast_rcnn.test import im_detect, im_detect_2stream
ImportError: cannot import name im_detect_2stream
The text was updated successfully, but these errors were encountered: