-
I saw this diagram as the architecture of YOLOv6's neck. It seems to use 3 feature pyramids from the backbone. However, I have 4 feature pyramids from the backbone I am using to test with YOLOv6. I wo…
-
### Before Asking
- [X] I have read the [README](https://github.com/meituan/YOLOv6/blob/main/README.md) carefully. 我已经仔细阅读了README上的操作指引。
- [X] I want to train my custom dataset, and I have read the …
-
请问如何把链接中yolov6的量化模型转成对应的TensorRT模型
https://github.com/PaddlePaddle/PaddleSlim/tree/develop/example/auto_compression/pytorch_yolov6
-
I added it on `loss.py` but I am not sure where to put it so that it also gets logged in Tensorboard
-
Hello, excuse me, where can I find the weights and quant weights used in the onnx model, and how do I get the weights used in the quantization process? It would be nice to have a relevant explanation.
ysuwl updated
2 years ago
-
https://github.com/meituan/YOLOv6/blob/main/yolov6/assigners/assigner_utils.py 66行
```
target_gt_idx = mask_pos.argmax(axis=-2)
```
mask_pos (Tensor): shape(bs, n_max_boxes, num_total_anchors),…
rrjia updated
2 years ago
-
Are there any way to use hyperparameter evolution for yolov6 ?
-
```
Traceback (most recent call last):
File "hand_detector.py", line 199, in
pred = h_detector.predict(image)
File "hand_detector.py", line 51, in predict
fetch_list=self.fetch_targe…
-
I don't why but I am doing same thing but in colab it's showing weird error. have anyone implemented on colab? is it working for them? please tell me guys.
-
Hello! I'm trying to run YOLOv7 anchor free model using YOLOv6 functions for grid and stride calculation. Here are fragments from my .cpp file:
```
static void generate_grids_and_stride(const int …