CenterNet
CenterNet copied to clipboard
Object detection, 3D detection, and pose estimation using center point detection:
Hi , have you done the ablation experience on the model without dcn when use resnet or dla? what about the performance?
github.com/richardzhang0301/owlvit_segment_anything/bb//demo.py
Hello! i'm trying to study python as first language, and just try repeat code (yes, literally its copypaste), but i have some problems. I know that in this moment somebody...
Hello everyone! I'm new at PyTorch and DeepLearning, i just learned CenterNet and it's very helpful for me to learn model and backbone for my personal project. But i don't...
Traceback (most recent call last): File "C:\Users\Dzmirty\PycharmProjects\bot.py", line 1, in from telegram.ext import Updater, CommandHandler ModuleNotFoundError: No module named 'telegram.ext'
when i try to save the ddd_3dop.pth as the ddd_3dop.pt for libtorch, there will be occured the error as "RuntimeError: Only tensors, lists, tuples of tensors, or dictionary of tensors...
Hello @xingyizhou. Thank you for your wonderful work and I am following it for my fusion project. However I am stuck in a issue. I was trying to train a...
Hello @xingyizhou. I have trained the dla model on my custom kitti data for 3d detection and now want to test the model for its performance. But on running the...
Hello author, I am generating custom dataset. can you please help me understand how to create height width labels for multi class. I know how to create Gaussian heatmap. For...
In rc/lib/datasets/sample/ddd.py, there is a function def _alpha_to_8(self, alpha) I am a little confused about this function. Could someone explain this to me? What's the range for input alpha? Furthermore,...