CornerNet-Lite icon indicating copy to clipboard operation
CornerNet-Lite copied to clipboard

Results 102 CornerNet-Lite issues
Sort by recently updated
recently updated
newest added

The CornerNet Saccade detection effect is much worse than yolov3. The first picture is CornerNet Saccade,and the second is yolov3. ![demo_out](https://user-images.githubusercontent.com/22514369/61120573-dd548480-a4cf-11e9-8943-d68d493a3247.jpg) ![predictions](https://user-images.githubusercontent.com/22514369/61120530-c6159700-a4cf-11e9-8bb9-eb757a8fdabc.jpg)

What is the attention map? Is it the same as a feature map? What is the gt attention?

I used `python evaluate.py CornerNet_Saccade --testiter 500000 --split testing` to test coco datasets, but the result likes this: `Accumulating evaluation results... DONE (t=12.17s). Average Precision (AP) @[ IoU=0.50:0.95 | area=...

Hello, author. When I tried to run 'demo.py', the following error occurred. "ImportError: /home/lotvs/.local/lib/python3.7/site-packages/cpools-0.0.0-py3.7-linux-x86_64.egg/top_pool.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZTIN3c1021AutogradMetaInterfaceE"。 I have already completed some preparatory work according to your instructions before running...

Can this model be invoked through the c++ interface?

when run python demo.py, I met this question: `python demo.py total parameters: 116969339 loading from /home/qing/ngs/CornerNet-Lite/core/../cache/nnet/CornerNet_Saccade/CornerNet_Saccade_500000.pkl Traceback (most recent call last): File "demo.py", line 7, in detector = CornerNet_Saccade() File...

您好,我想问一下,如果程序因为bug中断的话,train函数里的线程会自动停止吗? 担心程序在调试过程中会开启很多线程而无法停止。

WIN10下已经解决了安装和训练,还有问题的,可以加Q群264191384 注明(CornerNet-Lite)共同研究,谢谢

Based on CornerNet, detects each object as a triplet, rather than a pair, of keypoints, CenterNet has made great progress. Do you have a test comparison between CenterNet and CornerNet-Lite?...