Results 14 comments of WuChannn

@huyingjie when i tried to modify the color of the title, `title: $\color{black}{good grades}$` the space between 'good' and 'grades' disappeared.

@Duankaiwen Hi, so we just need to download test2017.zip val2014 and train2014, and rename them to testdev2017, minival2014, trainval2014 respectively? Then the code will find images according to the annotation...

@Duankaiwen Hello, kaiwen. I change top_k to 6, and num_dets in the follwing code is 8, however the num of predicted center points is 0. `def _decode( tl_heat, br_heat, tl_tag,...

@Duankaiwen Thanks a lot. Hope to help others.

@Duankaiwen Hello, kaiwen. When I try to test with my own images with my trained model, I always get nothing in the saved images and results.json. I print out the...

The situation happened mainly due to the wrong ground truth: (x, y, w, h), not (x1, y1, x2, y2)

@Duankaiwen Hello, kaiwen Actually, I wanna know whether 'kp_detection' means key point detection? and why "kp_categories" is set to 1 in CenterNet-xx.json? Also where to find 'db.class_name' definition in 'cat_name...

@Duankaiwen Hello, kaiwen: I came across a strange problem: when I set test_scales to [1], and I get nothing in the saved results.json in debug mode, and come up ```...