ifzhang / ByteTrack

[ECCV 2022] ByteTrack: Multi-Object Tracking by Associating Every Detection Box
MIT License
4.8k stars 906 forks source link

yolox/layers/csrc/vision.o: No such file or directory #165

Open xiakj opened 2 years ago

xiakj commented 2 years ago

(py3) user@user-B460MAORUSELITE:~/data1t/workspace/ByteTrack$ python setup.py develop running develop running egg_info writing yolox.egg-info/PKG-INFO writing dependency_links to yolox.egg-info/dependency_links.txt writing top-level names to yolox.egg-info/top_level.txt package init file 'datasets/__init__.py' not found (or not a regular file) package init file 'build/__init__.py' not found (or not a regular file) package init file 'tools/__init__.py' not found (or not a regular file) package init file 'assets/__init__.py' not found (or not a regular file) package init file 'tutorials/__init__.py' not found (or not a regular file) package init file 'deploy/__init__.py' not found (or not a regular file) package init file 'videos/__init__.py' not found (or not a regular file) package init file 'exps/__init__.py' not found (or not a regular file) package init file 'datasets/data_path/__init__.py' not found (or not a regular file) package init file 'yolox/tracking_utils/__init__.py' not found (or not a regular file) package init file 'yolox/motdt_tracker/__init__.py' not found (or not a regular file) package init file 'yolox/tracker/__init__.py' not found (or not a regular file) package init file 'yolox/sort_tracker/__init__.py' not found (or not a regular file) package init file 'yolox/deepsort_tracker/__init__.py' not found (or not a regular file) package init file 'yolox/layers/csrc/__init__.py' not found (or not a regular file) package init file 'yolox/layers/csrc/cocoeval/__init__.py' not found (or not a regular file) package init file 'tutorials/jde/__init__.py' not found (or not a regular file) package init file 'tutorials/cstrack/__init__.py' not found (or not a regular file) package init file 'tutorials/centertrack/__init__.py' not found (or not a regular file) package init file 'tutorials/transtrack/__init__.py' not found (or not a regular file) package init file 'tutorials/motr/__init__.py' not found (or not a regular file) package init file 'tutorials/ctracker/__init__.py' not found (or not a regular file) package init file 'tutorials/fairmot/__init__.py' not found (or not a regular file) package init file 'tutorials/qdtrack/__init__.py' not found (or not a regular file) package init file 'tutorials/trades/__init__.py' not found (or not a regular file) package init file 'tutorials/centertrack/mot_online/__init__.py' not found (or not a regular file) package init file 'tutorials/transtrack/mot_online/__init__.py' not found (or not a regular file) package init file 'tutorials/motr/mot_online/__init__.py' not found (or not a regular file) package init file 'tutorials/ctracker/mot_online/__init__.py' not found (or not a regular file) package init file 'tutorials/qdtrack/mot_online/__init__.py' not found (or not a regular file) package init file 'tutorials/trades/mot_online/__init__.py' not found (or not a regular file) package init file 'deploy/ONNXRuntime/__init__.py' not found (or not a regular file) package init file 'deploy/ncnn/__init__.py' not found (or not a regular file) package init file 'deploy/TensorRT/__init__.py' not found (or not a regular file) package init file 'deploy/ncnn/cpp/__init__.py' not found (or not a regular file) package init file 'deploy/ncnn/cpp/include/__init__.py' not found (or not a regular file) package init file 'deploy/ncnn/cpp/src/__init__.py' not found (or not a regular file) package init file 'deploy/TensorRT/cpp/__init__.py' not found (or not a regular file) package init file 'deploy/TensorRT/python/__init__.py' not found (or not a regular file) package init file 'deploy/TensorRT/cpp/include/__init__.py' not found (or not a regular file) package init file 'deploy/TensorRT/cpp/src/__init__.py' not found (or not a regular file) package init file 'exps/example/__init__.py' not found (or not a regular file) package init file 'exps/default/__init__.py' not found (or not a regular file) package init file 'exps/example/mot/__init__.py' not found (or not a regular file) reading manifest file 'yolox.egg-info/SOURCES.txt' writing manifest file 'yolox.egg-info/SOURCES.txt' running build_ext building 'yolox._C' extension Emitting ninja build file /home/user/data1t/workspace/ByteTrack/build/temp.linux-x86_64-3.7/build.ninja... Compiling objects... Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 1.10.2.git.kitware.jobserver-1 /usr/bin/g++ -pthread -shared -B /home/user/anaconda3/envs/py3/compiler_compat -L/home/user/anaconda3/envs/py3/lib -Wl,-rpath=/home/user/anaconda3/envs/py3/lib -Wl,--no-as-needed -Wl,--sysroot=/ /home/user/data1t/workspace/ByteTrack/build/temp.linux-x86_64-3.7/home/user/data1t/workspace/ByteTrack/yolox/layers/csrc/vision.o /home/user/data1t/workspace/ByteTrack/build/temp.linux-x86_64-3.7/home/user/data1t/workspace/ByteTrack/yolox/layers/csrc/cocoeval/cocoeval.o -L/home/user/anaconda3/envs/py3/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-3.7/yolox/_C.cpython-37m-x86_64-linux-gnu.so g++: error: /home/user/data1t/workspace/ByteTrack/build/temp.linux-x86_64-3.7/home/user/data1t/workspace/ByteTrack/yolox/layers/csrc/vision.o: No such file or directory g++: error: /home/user/data1t/workspace/ByteTrack/build/temp.linux-x86_64-3.7/home/user/data1t/workspace/ByteTrack/yolox/layers/csrc/cocoeval/cocoeval.o: No such file or directory error: command '/usr/bin/g++' failed with exit status 1

xiakj commented 2 years ago

who can tell me the solution, thanks

xiakj commented 2 years ago

image