thestars-maker
thestars-maker
In the model export using export.py export, don't use end2end,onnx the output dimension is float32[1,25200,85],, may I ask this 85 is such as refers to those dimensions it [boxes,prob,per classes...
?????
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report. ### YOLOv5 Component _No response_ ### Bug yeugaiyuelaiji ### Environment sss ###...
weights
Now,xview-yolov3 weights don't install, Can you give a new download address。
From the graph of your model results, does this count as co-training or something else?
How should I do onnx export and reason about it, is it possible to use only torch related methods without using detectron2?
源代码 conv_weight = self.conv.weight conv_shape = conv_weight.shape conv_weight_hd = torch.cuda.FloatTensor(conv_shape[0], conv_shape[1], 3 * 3).fill_(0) conv_weight_hd[:, :, [0, 3, 6]] = conv_weight[:, :, :] RuntimeError: Expected all tensors to be on...