-
Q: I trained a model with a dataset in coco format that I made myself, and now have two problems: 1) The score is high on the validation set, but low for other datasets of the same type. This doesn't …
-
Im using WSL2 manjaro-linux.
I install cmake, gcc, opencv with command: pacman -S cmake gcc opencv.
Then, I install python-pytorch-opt-cuda with command: pacman -S python-pytorch-opt-cuda
git clone…
-
my dataset only has one class, my training log is below, why is my ap only 22?
[04/24 08:11:21] detectron2 INFO: Rank of current process: 0. World size: 1
[04/24 08:11:21] detectron2 INFO: Environ…
-
[2022-05-31 02:44:25] [316241c6] [30] urllib3.connectionpool: http://192.168.2.109:8080 "GET /api/v1/allocations/7.ee72787d-c20e-4824-b0da-ef3e3287e708.1/signals/preemption?timeout_seconds=60 HTTP/1…
-
## ❔Question
hello, anyone has try to add dcn to backbone, and run successful?
## Additional context
I want add DeformConv2d in backbone, I use two implementation:
1. torchvision.ops.deform_co…
-
我在PaddleDetection/ppdet/modeling/necks/yolo_fpn.py 做了如下修改:
【在forward中加入 block = ChannelAttention(block); block = SpatialAttention()】
```
class PPYOLOFPN(nn.Layer):
__shared__ = ['norm_type', '…
-
Hello Alexey and Wang,
I was examining the yolov4 scaled article, I got some questions that I couldn't find the answers to
In second page first paragrapgh, you mentioned that "The Depth of cspd…
-
https://github.com/tensorflow/tpu/tree/master/models/official/efficientnet
https://ai.googleblog.com/2019/05/efficientnet-improving-accuracy-and.html
https://www.youtube.com/watch?v=3svIm5UC94I
T…
-
Thanks for sharing your great work. I am sorry that I have a bug when I use
`python ./tools/train_net.py --num-gpus 1 --config-file ./configs/yolof_R_50_C5_1x.yaml
`
Bug log below as :
[…
Wei-i updated
3 years ago
-
I have met a question when I try to use DPUv1Manager.export and DPUv2Manager.export to save model.
The problem description is below:
runfile('/home/zhiyuan/nanodet/tools/export_QAT_onnx.py', wdir…