Chilicyy

Results 107 comments of Chilicyy

@roxroxroxrox 添加`--fuse_ab`参数后,训练过程会增加anchor-based目标框检测分支,训练时间会加长,收敛速度会加快。

Hi @HaoLiuHust when you try self-distillation on your task, you can use the first trained model on your own data for teacher model, and use coco weights for finetuning which...

Thanks for your attention! We are planning to add this feature in the near future.

您好,您需要在YOLOv6项目代码主目录下运行代码,同时将项目所在目录路径添加到PYTHONPATH路径中。

您好,感谢关注!在小尺寸模型上backbone和neck部分采用ReLU激活函数主要是为了加快模型推理速度,而在head部分采用SiLU激活相对于ReLU激活精度更高,但对速度影响不会太大。

Hi,did you infer with onnx and checkpoint both on GPUs? Besides, the process of converting the checkpoint model to ONNX format may introduce some overhead, resulting in slower inference times....

Thanks for your attention. We'll consider it and add this feature.

Hi, you can check if `total_loss` stop decreasing or `self.ap` stop increasing to optimize your training epochs.

Hi, you can add `--do_pr_metric ` to get metrics like precision and recall when doing evaluation.

@qazimbhat1 Hi, it seems that you compared the results between the original paper and the latest release on github. We have a full scale reloading , and you can checkout...