NaturalIntelligence / NaturalIntelligence/imglab

Issues with generated XML file

Open
#56 19 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
HTML
Stars
1k
Forks
613
PR merge metrics
No merged PRs in 30d

Description

  1. Output from your software is floating point values for x,y but dlib requires them to be integers.
  2. Encoding of the file does not match dlib. You output UTF-8 and the first line of the XML is buggy (dlib yelled error at the first line of the XML when training). But dlib requires encoding of ISO-xxxxx

Please fix this if possible.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.