HarryLong

Results 2 issues of HarryLong

Traceback (most recent call last): File "eval.py", line 438, in thresh=args.confidence_threshold) File "eval.py", line 413, in test_net evaluate_detections(all_boxes, output_dir, dataset) File "eval.py", line 418, in evaluate_detections do_python_eval(output_dir) File "eval.py", line...

My compilation environment is windows10,CUDA Toolkit 10.2, python 3.7 cmake .. -DMSVC=true -DZMQ_LIBRARY="../3rdparty/zmq.lib" -DZMQ_INCLUDE_DIR="../3rdparty/libzmq/include" -DGFLAGS_LIBRARY="../3rdparty/gflags_static.lib" -DGFLAGS_INCLUDE_DIR="../3rdparty/gflags/build/include" -DGLOG_ROOT_DIR="../3rdparty/glog" -DCMAKE_CXX_FLAGS_RELEASE="/MP /EHsc" -G "Visual Studio 15 2017 Win64" when using the command above...