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

I have successfully performed training on a 16GB T4 GPU. But when I train with 2 Kaggle T4 GPUs, the training process still runs and no errors are logged. But...

I saw a previous issue about changing down ratio from 4 to 1 [here](https://github.com/xingyizhou/CenterNet/issues/53). I was wondering whether there was any update on this.

Hi, thank you for your great work! Is there a paper about the keypoint based pose estimation in CenterNet? As far as I've seen you've only linked the tracking paper....

Can the output get the real 3D size of the object?

Drop parameter conv5.0.weight.If you see this, your model does not fully load the pre-trained weight. Please make sure you have correctly specified --arch xxx or set the correct --num_classes for...

I'm trying to run the [CenterNet notebook](https://colab.research.google.com/github/tugstugi/dl-colab-notebooks/blob/master/notebooks/CenterNet_ObjectsAsPoints.ipynb#scrollTo=9FZrzBIazgqm) on Google Colab, but I’m facing two issues: 1. PyTorch Version Issue: When running the notebook, I get the following error: Looking in...

I need to use CenterNet on pytorch>=1.7 but it can't works, it only works on pytorch

Can you give instructions on how to prepare the data to point detection. And how to train the model on the data?