iMTFA
iMTFA copied to clipboard
ValueError: path '/home/danganea/Desktop/paper/iMTFA_code/detectron2/layers/csrc/vision.cpp' cannot be absolute
I have tried to install on Windows 10 with CPU versions of torch and torchvision, Cython and pycocotools (warning, not pycocotools-windows)
Thus, I have cloned and entered the iMTFA directory
After pip3 install -e an error occurred which required change in detectron2.egg-info/SOURCES.txt file from
/home/danganea/Desktop/paper/iMTFA_code/detectron2/layers/csrc/[vision, ...].cpp to
detectron2/layers/csrc/[vision, ...].cpp or an absolute path like
C:/Users/tooHotSpot/.../iMTFA/detectron2/layers/csrc/[vision, ...].cpp
Small error which requires just remapping to the cloned directory path.