FCOS
FCOS copied to clipboard
python setup.py build develop --no-deps
when try the demo,I run into this problem ,do you know how to solve it ?
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.
Set to the absolute path in nms_cpu.cpp and ROIAlign_cpu.cpp, it can work
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