CenterNet icon indicating copy to clipboard operation
CenterNet copied to clipboard

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

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

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

Hi Xingyi: Thank you for providing this implementation, Great work! I was able to get the reported result on COCO dataset. But recently, I need to fine-tune CenterNet model on...

opts.py dosen't include the parameter 'hm_gauss'

In the code of ddd sample,i saw the ground truth of orientation is constructed by the alpha. I did some research about alpha and rotation_y in the label file.Seems like...

Hello, thanks for this wonderful work. I met a tough problem when I try to use CenterNet in 3D object detection. I run the following command: `python demo.py ddd --demo...

Hello, Has anyone tried using the "DLA-X46-C" backbone from the "Deep Layer Aggregation" paper? This is a compact model with fewer params and high FPS. Thank You.

I want to integrate detection and key point, I think this method is feasible, My goal is to detect the key points of people when they are detected while detecting...

``` 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 "/workspace/midhilesh/CenterNet/src/lib/detectors/base_detector.py", line 116, in run output, dets, forward_time...

Hi, In **CenterNet**, inappropriate dependency versioning constraints can cause risks. Below are the dependencies and version constraints that the project is using ``` opencv-python* Cython* numba* progress* matplotlib* easydict* scipy*...

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