X-Detector
X-Detector copied to clipboard
Light-Head RCNN and One Novel Object Detector
Same error: ``` oi_align_op.h:25:61: fatal error: third_party/eigen3/unsupported/Eigen/CXX11/Tensor: No such file or directory compilation terminated. CMake Error at cuda_compile_4_generated_rotated_ps_roi_align_grad_op.cu.o.cmake:220 (message): Error generating /media/jintain/sg/ai/career/robot/ctirobot/detect/X-Detector/cpp/PSROIPooling/build/CMakeFiles/cuda_compile_4.dir//./cuda_compile_4_generated_rotated_ps_roi_align_grad_op.cu.o CMakeFiles/ps_roi_align.dir/build.make:84: recipe for target 'CMakeFiles/cuda_compile_4.dir/cuda_compile_4_generated_rotated_ps_roi_align_grad_op.cu.o' failed make[2]: ***...
@HiKapok hi, have you ever try to train on COCO ? can the model be as good as the paper result (we can find its' mAP is close to yolov3,...
I have trained light_head_rcnn on VOC and i find the map is only about 20%.
Hi all, I can't build libps_roi_align.so, running into following error: X-Detector/cpp/PSROIPooling$ cmake . X-Detector/cpp/PSROIPooling$ make [ 10%] Building NVCC (Device) object CMakeFiles/cuda_compile_4.dir/cuda_compile_4_generated_rotated_ps_roi_align_grad_op.cu.o sh: 1: cannot create -/rotated_ps_roi_align_grad_op.cpp1.ii: Directory nonexistent CMake...
Hi there, I'm trying to run your light_head_simple_demo.py with provided model model.ckpt-121397 But while starting the script I run into out of memory issue: while restoring parameters from the checkpoint...