-
您好,我想问一下在common.py下的C3TR、TransformerBlock和TransformerLayer类是简化了吗?我在您的debug.py看到了您注释一个Transformer模块,两者之间好像不一样
-
#209 moved YOLO to a larger model, but still at the smaller image size. This work item is to also investigate whether it is worth the additional compute time/memory to move to the larger image dimensi…
-
Hello, awesome repo! I just wanted to clarify if the model weights stored in this repo are different than those found in the FathomNet Model Zoo (i.e., did you fine-tune a model on top of the existing…
-
感谢您参与 X2Paddle 社区! 问题模版为了 X2Paddle 能更好的迭代,例如新功能发布、 RoadMaps 和错误跟踪. :smile_cat:
## 问题描述
- 错误信息
Converting node 666 ... 2022-11-09 06:28:18,955-WARNING: convert failed node:onnx__Concat_649, …
-
Thanks a lot!
-
THE ABOVE CODE IS NOT BEING EXECUTED, i am a student and is highly relaying on works like yours to self-learn ML . could you please upload the "yolo5_best.pt" and "yolo5_last.pt" files in model folde…
-
当YOLOv5x为主体与标准结构的区别是:(1)首先去掉14和19的CBAM模块(2)降低与P2关联的通道数(128)(3)在输出头之前会添加SPP模块,注意SPP的kernel随着P的像素减小而减小(4)在CBAM之后进行输出(5)只保留backbone以及最后一层输出的TransBlock(6)采用BiFPN作为neck
我看官方实现的TPH的代码中也和您对网络做了同样的更改,想请问下为…
-
### 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
///…
-
📚 This guide explains how to use Test Time Augmentation (TTA) during testing and inference for improved mAP and Recall with YOLOv5 🚀. UPDATED 25 September 2022.
## Before You Start
Clone repo an…
-
git上拉下项目,过完install.md,用预训练模型可以运行
python val.py --task 'val' --device 0 --save-json --batch-size 2 --data 'data/yolov5obb_demo_split.yaml' --name 'obb_demo_split'
但是自己训练的时候,使用
python train.py --devi…