CenterNet icon indicating copy to clipboard operation
CenterNet copied to clipboard

Object detection, 3D detection, and pose estimation using center point detection:

Results 158 CenterNet issues
Sort by recently updated
recently updated
newest added

![cube](https://user-images.githubusercontent.com/119530781/218281090-1dbb9e9a-80fa-4274-b7e4-0f5d708013fd.png) "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!

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...