CPNDet icon indicating copy to clipboard operation
CPNDet copied to clipboard

inference speed

Open abcxs opened this issue 5 years ago • 5 comments

I haven't looked at the code yet, but I'm just surprised that this work used CornerNet and added a classifier. Why is the reasoning going to be faster

abcxs avatar Nov 20 '20 08:11 abcxs

@abcxs We optimized some code.

Duankaiwen avatar Nov 20 '20 12:11 Duankaiwen

Hi, do you use batch testing (let's say batch_size=32) during evaluating speed?

hellojialee avatar Dec 18 '20 13:12 hellojialee

Hi, do you use batch testing (let's say batch_size=32) during evaluating speed?

I didn't do it

abcxs avatar Dec 18 '20 13:12 abcxs

I am also curiouse about it.

@Duankaiwen Can you give me some hint that where code you optimized?

igo312 avatar May 06 '21 12:05 igo312

@igo312 on line 125 in code/models/py_utils/kp_utils.py

Duankaiwen avatar May 07 '21 11:05 Duankaiwen