Dr.He

Results 4 issues of Dr.He

如题,这样一来可以对照一下config是否一致,并且可以了解训练过程的loss变化。

@xiangweizeng 作者您好,我是LFFD的作者,了解到您的开源项目,我感觉非常好。其中用到了我这边提供的LFFD在车牌检测的模型,这个是当时随手训练的。如果您还需要更快的模型,可以联系我。预计可以将模型再提速一倍,精度保持差不多。

![image](https://github.com/user-attachments/assets/2a50b908-3ddd-40ca-aa11-8da7deab7f28) I follow the instructions to try TTS model vits-melo-tts-zh_en, but the script proposed the bug : audio = tts.generate(args.text, sid=args.sid, speed=args.speed) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ IndexError: invalid unordered_map key what's going on?

I found the precision gap of yolo-world-v1 between git and paper. See below: ![yolo-world-v1-github](https://github.com/user-attachments/assets/cfb4ef66-373e-46f1-9ff7-2cae0105f69b) ![yolo-world-v1-paper](https://github.com/user-attachments/assets/fc8b1dfd-2fc5-4895-8a19-b7223459a1b5) Do I miss something?