mindspore-lab / mindcv

A toolbox of vision models and algorithms based on MindSpore
https://mindspore-lab.github.io/mindcv/
Apache License 2.0
230 stars 139 forks source link

在线评估,validate.py命令,指定ckpt权重文件参数错误 #776

Closed renjian-china closed 1 month ago

renjian-china commented 3 months ago

If this is your first time, please read our contributor guidelines: https://github.com/mindspore-lab/mindcv/blob/main/CONTRIBUTING.md

Describe the bug/ 问题描述 (Mandatory / 必填) A clear and concise description of what the bug is. ckpt_path 需要指向具体的ckpt文件,帮助文档描述错误,如下: image

另外:ckpt_patch路径填写错误时,无错误信息提示,精度为0.001

To Reproduce / 重现步骤 (Mandatory / 必填) Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior / 预期结果 (Mandatory / 必填) A clear and concise description of what you expected to happen.

Screenshots/ 日志 / 截图 (Mandatory / 必填) If applicable, add screenshots to help explain your problem.

Additional context / 备注 (Optional / 选填) Add any other context about the problem here.

IASZHT commented 1 month ago

Thank you for your feedback. According to the description in the readme, we do hope users to modify and provide a specific ckpt path.

IASZHT commented 1 month ago

The problem of no warning for invalid ckpt path has been fixed. This issue is closed. If you have any questions, please reopen it and attach detailed information. We will continue to track it. Thank you for your contribution to mindcv.