msracver / Flow-Guided-Feature-Aggregation

Flow-Guided Feature Aggregation for Video Object Detection
MIT License
723 stars 190 forks source link

mxnet installation error #59

Open Vickeyhw opened 5 years ago

Vickeyhw commented 5 years ago

when i install mxnet following the readme.md,after the command:git submodule update, the following error appear.Maybe the mxnet version 0.10.0 is too old, could you help me ? error: Server does not allow request for unadvertised object a50619b006fc753b8eb4cfccdea17698cba40d5e Fetched in submodule path 'cub', but it did not contain a50619b006fc753b8eb4cfccdea17698cba40d5e. Direct fetching of that commit failed.

bbidong commented 5 years ago

@Vickeyhw Hi , i meet the same error. I delete the cub and manual add it again, then the problem is solved.

Vickeyhw commented 5 years ago

@bbidong now the directory cub is empty,do you mean delete the directory and then manual add it?how can i manual add it?could you give more details? thank you

angryhen commented 5 years ago

@bbidong Hi , i meet the same error but I don't know how to solve it

YifengMa9 commented 5 years ago

I did the following things and mxnet is installed successfully, but I haven't checked the performance(mAP) of FGFA with this mxnet.

  1. After finishing these commands:
git clone --recursive https://github.com/apache/incubator-mxnet.git
cd incubator-mxnet
git checkout v0.10.0

​ Remove the following content in .gitmodules file, so that git submodule update will not fetch cub.

[submodule "cub"]
    path = cub
    url = https://github.com/NVlabs/cub
  shallow=true

​ Then run git submodule update

  1. We should get cub files in proper version(89de7ab2016) manually. Go to https://github.com/NVlabs/cub/tree/89de7ab20167909bc2c4f8acd397671c47cf3c0d , click Clone or download and download Zip. Unzip it to ${MXNET_ROOT}/cub/
  2. Do 3.2 - 3.5 in the official README.md
bbidong commented 5 years ago

yeap, I do the same with you. But I meet some problems during the process “make -j4”,------------------ 原始邮件 ------------------ 发件人: "lostork"notifications@github.com 发送时间: 2019年10月5日(星期六) 晚上9:35 收件人: "msracver/Flow-Guided-Feature-Aggregation"Flow-Guided-Feature-Aggregation@noreply.github.com; 抄送: "bbidong"384023171@qq.com;"Mention"mention@noreply.github.com; 主题: Re: [msracver/Flow-Guided-Feature-Aggregation] mxnet installationerror (#59)

I did the following things and mxnet is installed successfully, but I haven't checked the performance(mAP) of FGFA with this mxnet.

After finishing these commands: git clone --recursive https://github.com/apache/incubator-mxnet.git cd incubator-mxnet git checkout v0.10.0
​ Remove the following content in .gitmodules file, so that git submodule update will not fetch cub. [submodule "cub"] path = cub url = https://github.com/NVlabs/cub shallow=true
​ Then run git submodule update

We should get cub files in proper version(89de7ab2016) manually. Go to https://github.com/NVlabs/cub/tree/89de7ab20167909bc2c4f8acd397671c47cf3c0d , click Clone or download and download Zip. Unzip it to ${MXNET_ROOT}/cub/

Do 3.2 - 3.5 in the official README.md

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

bbidong commented 5 years ago

hi, i am sorry to be late, you can follow the lostork to solve the problem. ------------------ 原始邮件 ------------------ 发件人: "Steff Lin"notifications@github.com 发送时间: 2019年9月25日(星期三) 下午5:26 收件人: "msracver/Flow-Guided-Feature-Aggregation"Flow-Guided-Feature-Aggregation@noreply.github.com; 抄送: "bbidong"384023171@qq.com;"Mention"mention@noreply.github.com; 主题: Re: [msracver/Flow-Guided-Feature-Aggregation] mxnet installationerror (#59)

@bbidong Hi , i meet the same error but I don't know how to solve it

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

kayser-soze commented 4 years ago

try this https://github.com/msracver/Flow-Guided-Feature-Aggregation/issues/68#issue-570612160