CornerNet-Lite
CornerNet-Lite copied to clipboard
src/top_pool.cpp:52:23: error: ‘zeros’ is not a member of ‘torch’ auto gt_mask = torch::zeros({batch, channel, width}, at::device(at::kCUDA).dtype(at::kByte));
Hi, I want to get Pytorch2caffe by MMdnn. so I try to save the model with archietecture not only weights, but when I load it, I got the below error:...
I applied cornernet Lite to my dataset, which has 28 classes and the size of each image is 5472 * 3648. After training, I use demo.py for a test. However,...
This error occurs when I run demo.py. Is this a problem with pytorch? However, the environment is executed according to the configuration file. thank you loading from /test/CornerNet-Lite/core/../cache/nnet/CornerNet_Saccade/CornerNet_Saccade_500000.pkl /opt/conda/envs/CornerNet_Lite/lib/python3.7/site-packages/torch/nn/functional.py:2423: UserWarning:...
Process 0: training loss at iteration 5: 30.145654678344727 Process 0: training loss at iteration 10: 20.740644454956055 0%| | 14/500000 [00:11
I am trying to do training on my dataset which has the same format as the coco dataset , but with only one category (class) such class is one of...
hello,I compile the corner pool.It shows: ‘’‘ running install running bdist_egg running egg_info writing cpools.egg-info/PKG-INFO writing dependency_links to cpools.egg-info/dependency_links.txt writing top-level names to cpools.egg-info/top_level.txt reading manifest file 'cpools.egg-info/SOURCES.txt' writing manifest...
run the Demo Script Traceback (most recent call last): File "demo.py", line 4, in from core.detectors import CornerNet_Saccade File "/home/zielona/CornerNet-Lite/core/detectors.py", line 1, in from .base import Base, load_cfg, load_nnet File...
where should i put my data and what the file
_0%| | 0/90000 [00:00