-
RuntimeError: shape '[512, 2048, 1, 1]' is invalid for input of size 680093
Can you tell me what is wrong?
-
Hi,
According the paper of SPP_net, it performs well on image classification. How can I train the model and test for classification task on VOC2007 and Caltch101?
Thank you!
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar feature requests.
### Description
The origin `nn.Upsample` lay…
-
@AlexeyAB Hi,
if I am going to train yolov3-5l.cfg and csresnext50-pancet-spp..cfg, is the modification the same as that with yolov3.cfg?
Is the pretraining weight used by the yolov3-5l.cfg still …
-
@AlexeyAB
Hi,I want to train a model with 4000 categories.But only have 500 classification dataset in this time while I will add more categories in the future.Can you give me some advice now?
I u…
-
OpenCV 4.2.0
New models from Alexey Darknet repository
CFG: https://raw.githubusercontent.com/AlexeyAB/darknet/master/cfg/csresnext50-panet-spp-original-optimal.cfg
WEIGHTS: https://drive.go…
-
I1213 20:59:11.824182 27507 layer_factory.hpp:77] Creating layer ctcloss
F1213 20:59:11.824225 27507 layer_factory.hpp:81] Check failed: registry.count(type) == 1 (0 vs. 1) Unknown layer type: WarpCT…
-
I1105 20:11:10.021775 26811 layer_factory.hpp:77] Creating layer data
F1105 20:11:10.021813 26811 layer_factory.hpp:81] Check failed: registry.count(type) == 1 (0 vs. 1) Unknown layer type: Image…
-
Hello maintainers,
I am trying to get certain matvecs via QBX. In particular, I need to evaluate the adjoint double layer potential and the hyper singular operator of a given kernel. I already se…
-
Hi, chengjunwen:
I think in tensorflow, the convolutional layer's input image size must be fixed.
How you make it be capable to input different image size ?
Your reply will be really appriciate…