yaowangyekong
yaowangyekong
Traceback (most recent call last): File "demo.py", line 56, in demo(opt) File "demo.py", line 49, in demo ret = detector.run(image_name) File "/home/zzt/projects/CenterNet/src/lib/detectors/base_detector.py", line 116, in run output, dets, forward_time =...
(centernet) ubuntu@ubun:~/CenterNet/src/lib/models/networks/DCNv2$ python setup.py build develop /home/ubuntu/anaconda3/envs/centernet/lib/python3.6/site-packages/torch/cuda/__init__.py:52: UserWarning: CUDA initialization: Unexpected error from cudaGetDeviceCount(). Did you run some cuda functions before calling NumCudaDevices() that might have already set an error?...
测试集为什么用的却是验证集的数据? test_set = KITTI_Dataset_v2(split='val', cfg=cfg)