CornerNet-Lite
CornerNet-Lite copied to clipboard
Traceback (most recent call last): File "/root/anaconda3/envs/CornerNet_Lite/lib/python3.7/multiprocessing/queues.py", line 236, in _feed obj = _ForkingPickler.dumps(obj) File "/root/anaconda3/envs/CornerNet_Lite/lib/python3.7/multiprocessing/reduction.py", line 51, in dumps cls(buf, protocol).dump(obj) File "/root/anaconda3/envs/CornerNet_Lite/lib/python3.7/site-packages/torch/multiprocessing/reductions.py", line 295, in reduce_storage fd, size...
thanks for your code, i followed the steps, but when i run the demo.py, the program is stuck in the "detector = CornerNet_Saccade()".
ImportError: /root/.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: _ZN2at6detail20DynamicCUDAInterface10set_deviceE
Hi,Guys: Thanks for your code, I have some questions about the structure of cornerNet-saccade. In the paper, it says that the you will use the attention map to get the...
Whilst going through your code in order to try and understand your results, I noticed that in your [test code](https://github.com/princeton-vl/CornerNet-Lite/blob/6a54505d830a9d6afe26e99f0864b5d06d0bbbaf/core/test/cornernet.py#L166) you do not use the resulting ``keep`` list from the...
As we can see, hourglass is a symmetric structure, how can we do "We reduce the maximum feature map resolution of the hourglass modules by adding one more downsampling layer...
I got an error is torch.cuda.is_available() is False, but I have GPU. Could you figure out, what is the reason? total parameters: 116969339 loading from c:\Users\IFL\Desktop\Liu\Detector\CornerNet-Lite-master\core\..\cache\nnet\CornerNet_Saccade\CornerNet_Saccade_500000.pkl Traceback (most recent call...
hi .when i run demo.py get the error . feat = feat.view(feat.size(0), -1, feat.size(3)) AttributeError: 'builtin_function_or_method' object has no attribute 'view'
I'm researching the network architecture of CornerNet-Saccade. I'm trying to draw the diagram of network (the same as CornerNet) In the paper of CornerNet-Lite, Hourglass-54 is used as a backbone...