Skip to content
This repository was archived by the owner on Aug 12, 2023. It is now read-only.

Changes made for better utilization of the pascal-voc to yolo annotation code - #3

Open
bijonguha wants to merge 2 commits into
rihib:mainfrom
bijonguha:main
Open

Changes made for better utilization of the pascal-voc to yolo annotation code#3
bijonguha wants to merge 2 commits into
rihib:mainfrom
bijonguha:main

Conversation

@bijonguha

Copy link
Copy Markdown
  1. Added image extension type at the top of the code as a global
    variable to set
  2. In GetDataFromXMLFile added 'object' == [] (empty object file in
    pascal voc annotation
  3. In CreateYoloFile added multiple arguments for easy import this as a
    module.
  4. Added os.path.join for makin the code os agnostic
  5. added command line arguments parsing
  6. Added tqdm for processing tracking

Guha and others added 2 commits March 19, 2022 22:59
1) Added image extension type at the top of the code as a global
   variable to set
2) In GetDataFromXMLFile added 'object' == [] (empty object file in
   pascal voc annotation
3) In CreateYoloFile added multiple arguments for easy import this as a
   module.
4) Added os.path.join for makin the code os agnostic
5) added command line arguments parsing
@rihib

rihib commented Mar 20, 2022

Copy link
Copy Markdown
Owner

Thank you for your nice contribution. I'm in busy now, it takes few days to check this PR, please wait.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants