The evaluate method of VIPSeg Dataset is not implemented
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 158
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
Hello, thank you for your excellent work! I have encountered an issue with the VIPSeg Dataset: I noticed that the evaluate method is not implemented, while it’s being used in the EvalHook class, thus causing troubles during training. Could you please provide assistance regarding this matter? Thank you!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at external/vipseg_dvps.py lines 495-500 and inspect how EvalHook calls the VIPSeg Dataset evaluate method. Determine the expected evaluation inputs and outputs from the surrounding dataset and training code. Done means the evaluation path no longer fails when used by EvalHook during training.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- computer-vision
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100