9 comments (9 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python11,414 stars (11,414 stars)2,731 forks (2,731 forks)batch import
help wanted
Description
使用cascade_rcnn网络训练自己的数据,训练过程有loss,但是使用eval时,输出均为0
Contributor guide
- Tech stack
- python
- Domain
- machine learningai
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 4
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- needs investigation
- Prerequisites
- Familiarity with PaddleDetectionUnderstanding of Cascade R CNNDebugging skillsBasic command line usage
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 25
- Research direction
- Check the configuration file for cascade rcnn in PaddleDetection to ensure the data format and preprocessing steps match your dataset. Verify that the evaluation script is correctly loading the trained model weights and not just initialized ones. Look for similar issues in the repository's issue tracker or documentation about common pitfalls when training with custom datasets.