CenterNet
CenterNet copied to clipboard
Object detection, 3D detection, and pose estimation using center point detection:
fix error
fix error
 "805": [ { "score": 0.767203688621521, "class": 1, "ct": [ 1040.0751953125, 809.3429565429687 ], "tracking": [ 15.31903076171875, 8.63873291015625 ], "bbox": [ 877.9285278320312, 736.85107421875, 1164.5623779296875, 893.0029907226562 ], "dep": [ 20.531949996948242 ], "dim":...
Hello, could any one tell me the steps that make the projected points "pts_2d" from function "project_to_image" to be added to the results.json file?
when I run the demo.py, I met this error: RuntimeError: cublas runtime error : the GPU program failed to execute at /pytorch/aten/src/THC/THCBlas.cu:416 How can I solve it, thank you!
i step by step on your readme,but donot work, my gpu is work,why error
Hi, thank u for your work. I want to ask why I m facing this error when I run .cd $CenterNet_ROOT/src/lib/models/networks/DCNv2 ./make.sh.my gcc version is gcc (GCC) 12.1.1 20220507 (Red...
I am Always getting square bounding boxes, I am working on a different dataset. For training, I used resnet50 as the backbone. Well, heatmaps are good/exact but bounding boxes are...
Hi, first of all thanks for this great algorithm! I'm currently experimenting with smaller network structure and experienced something what puzzled me. Every n epochs I create some test pictures...