FCOS icon indicating copy to clipboard operation
FCOS copied to clipboard

python setup.py build develop --no-deps

Open zeng-su123 opened this issue 4 years ago • 3 comments

屏幕截图 2021-01-22 153229

when try the demo,I run into this problem ,do you know how to solve it ?

zeng-su123 avatar Jan 22 '21 07:01 zeng-su123

屏幕截图 2021-01-22 153229

when try the demo,I run into this problem ,do you know how to solve it ?

I also met the same problem. How did you solve it? thank you.

unyxs281 avatar Apr 07 '21 07:04 unyxs281

Set to the absolute path in nms_cpu.cpp and ROIAlign_cpu.cpp, it can work

unyxs281 avatar Apr 13 '21 12:04 unyxs281

0、conda create -n fc python=3.7 and then source activate fc 1、conda install pytorch==1.4.0 torchvision==0.5.0 cudatoolkit=10.1 -c pytorch 2、module load gcc/5.4 cuda/10.1 #make sure your computer have GPU devices and installed cuda 3、pip install mmcv-full==1.3.6 -f https://download.openmmlab.com/mmcv/dist/cu101/torch1.4.0/index.html 4、pip install yacs cython matplotlib tqdm 5、conda install ipython 6、git clone https://github.com/tianzhi0549/FCOS.git 7、export INSTALL_DIR=$PWD && cd FCOS 8、python setup.py build develop --no-deps

zhoujingyu13687306871 avatar Nov 04 '21 16:11 zhoujingyu13687306871