NaturalIntelligence / NaturalIntelligence/imglab
Issues with generated XML file
Open
Nobody has claimed this yet.
bug
- Dominant language
- HTML
- Stars
- 1k
- Forks
- 613
- PR merge metrics
- No merged PRs in 30d
Description
- Output from your software is floating point values for x,y but
dlibrequires them to be integers. - Encoding of the file does not match
dlib. You outputUTF-8and the first line of the XML is buggy (dlib yelled error at the first line of the XML when training). Butdlibrequires encoding ofISO-xxxxx
Please fix this if possible.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Contributor guide
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 by tracing where imglab generates the XML consumed during dlib training; the issue does not name a file or test. Done means the generated coordinates are integers and the XML declaration uses an encoding accepted by dlib.
Written by the indexing model from the issue text.
Assessment
- Domain
- data, machine-learning, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100