-
Notifications
You must be signed in to change notification settings - Fork 606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
train_loss下降,val_loss不变,map一直不变,自建数据集预测效果很差。 #363
Comments
会不会是我自建数据集图片大小的问题呢? 我用的是224*224的图,train脚本和yolo脚本内也修改了对应的参数呀。 |
预训练模型是用的416*416的图像来抽取图像特征的,不过也有可能是你说的这个原因。你的数据集大小是多少呢? 我之前也遇到过类似你这样的问题,是优化器的选择。如果数据量不大,用sgd很难收敛,我300个E都没有收敛,改成adma后,80个E左右,MAP就有0.8了 |
建议从头到尾仔细看一下UP主写的注释,很详细,会让使用者避坑 |
额,adam会收敛快点。 |
我确实没试过修改优化器。。。但是代码我是吃透了。看了很多遍 |
我试试adam |
我發現只要改了東西訓練MAP都會變超級低,不知道要怎麼挑整參數 |
你好,请问你的这个问题解决了吗? |
ZjZkJ送 Q 币IdMaFhttp://service.qq.com/ptLogin.shtml?url=http://lai2z.spaces.live.com/w4M2P
|
自建的数据集,使用fasterrcnn是可以正常训练和预测的。只有yolo系列不可以。
我查了一下说是可能因为过拟合? 也试过调参之类的手段,没什么效果。
YOLOV5效果也只能说勉强可以,迟迟找不到原因
The text was updated successfully, but these errors were encountered: