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

hi,thank you for your hard work,have you ever tried to run it in a CPU environment?

Hi, thanks for the excellent work!! Here comes my problem: I have a folder of thousands of images without annotations(json file), how can I run the model on these images...

FileNotFoundError: [Errno 2] No such file or directory: '../data/coco/annotations/instances_trainval2014.json', but the file exist

Dear author: I have a question in _decode funtiaon's height_inds If the coordinates tl and br, it should be a '>'. Right?

focal loss at iteration 30995: 7.344306945800781 pull loss at iteration 30995: 0.05117112770676613 push loss at iteration 30995: 0.10568550229072571 regr loss at iteration 30995: 0.21536898612976074 training loss at iteration 31000: 7.482662200927734...

@Duankaiwen Hello, Kaiwen. I would like to know what tag means? I noticed there was ‘dists’ in kp_utils.py and it represented the distance between ’tl_tag’ and ‘br_tag’. Could you please...

@Duankaiwen hello, kaiwen when i test my test dataset using my own trained model, i met with this problem, and the following is my log: cfg_file: config/CenterNet-52.json loading all datasets......

Traceback (most recent call last): File "train.py", line 203, in train(training_dbs, validation_db, args.start_iter) File "train.py", line 138, in train training_loss, focal_loss, pull_loss, push_loss, regr_loss = nnet.train(**training) File "/home/xinyu/CenterNet-master/nnet/py_factory.py", line 82,...

annotations中instances_testdev2017 与test2017.zip图片数量不一致 训练集与验证集也有这个问题,为什么会不一致