msracver / Relation-Networks-for-Object-Detection

Relation Networks for Object Detection
MIT License
1.09k stars 190 forks source link

cannot run scirpt due to package compatibility #9

Closed chrisliu54 closed 6 years ago

chrisliu54 commented 6 years ago

Hi, I have prepared all the data/pretrained model/environment setting, then I run the command below: python experiments\relation_rcnn\rcnn_end2end_train_test.py --cfg experiments/relation_rcnn/cfgs/resnet_v1_101_coco_trainvalminus_rcnn_end2end_relation_learn_nms_8epoch.yamllminus_rcnn_end2end_relation_learn_nms_8epoch.yaml However, I got the error message below: image

After I uninstalled and reinstalled numpy, it turned to be wrong with skimage.

super-wcg commented 6 years ago

@chrisliu54 did you solve the problem? I have the same problem as you

chrisliu54 commented 6 years ago

After I reinstalled numpy=1.14.0 and skimage=0.13.1, the environment(python=2.7) seemed to go well.

Actually, the reason is that numpy will be downgraded when installing mxnet under Anaconda2(see the discussion in Chinese).

lingprince commented 5 years ago

I have the same problems with you, how do you solve it?