CenterNet icon indicating copy to clipboard operation
CenterNet copied to clipboard

Codes for our paper "CenterNet: Keypoint Triplets for Object Detection" .

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

I encounter a problem when train the model of centernet-104,it appear the problem as below: "training start... 0%| | 0/480000 [00:00

Hi @Duankaiwen, In my dataset, there are a lot of objects that their real center is out of the image (We see only 10% of the object). In the current...

CornerNet has recently been upgraded to CornerNet-Lite, and has made great progress. Do you have a comparison of the efficiency and time of testing with CornerNet's AP detection? THX! https://github.com/princeton-vl/CornerNet-Lite...

Can this project use VOC for training now?

How to use CenterNet in my project? [Using CornerNet-Lite in Your Project](https://github.com/princeton-vl/CornerNet-Lite#using-cornernet-lite-in-your-project)

when I run python3 train.py CenterNet-52, I meet this error(my video card is rtx 2080ti and I'm using CUDA10 and Pytorch 1.1, and I've modify the batch_size and chunk_sizes to...

When I train on my own dataset there is such error `Traceback (most recent call last): File "train.py", line 231, in train(training_dbs, validation_db, args.start_iter) File "train.py", line 150, in train...

hello, i run test.py ,but has a error this is the test error Traceback (most recent call last): File "test.py", line 99, in test(testing_db, args.split, args.testiter, args.debug, args.suffix) File "test.py",...

Anyone can help me with this problem here? This is the logs. Really appreciate it. RuntimeError: Expected object of type Variable but found type CUDAType for argument #0 'result' (checked_cast_variable...