rkwitt / AGA

Attribute-Guided Augmentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fast-RCNN doesn't have function 'from fast_rcnn.util import im_extract_feat' (line 18)

mksarker opened this issue · comments

I have installed all by following all steps but one of the instruction is not working for me;

cd <PATH_TO_AGA_DIR>
cp misc/object_features.py <PATH_TO_FAST_RCNN_DIR>/tools
cd <PATH_TO_FAST_RCNN_DIR>
python tools/object_features.py

Because, In your 'object_features.py' file contains a function is 'from fast_rcnn.util import im_extract_feat' (line 18)
https://github.com/rkwitt/AGA/blob/master/misc/object_features.py

Which I could not found in Fast-RCNN lib or anywhere. Please help me how to solve this issue.
I am really waiting for your reply as soon as possible.

@mksarker Have you solved this issue? Thank you very much.
Screenshot from 2019-05-12 16-54-58