question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

VGG image annotator parser

See original GitHub issue

🚀 Feature

Add a parser for the VGG Image Annotator format described here

Suggestion: Create the file icevision/parsers/vgg_parser.py. Use the other two implemented parsers as a structure guide.

The hardest part will be adding tests, for that we’ll need to add some images and annotations under samples/vgg and follow similar tests to tests/parsers/test_voc_parsers.py

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
jerblycommented, Dec 4, 2020

Hey! I guess this one is for me! Happy to take it on. 😃

2reactions
jerblycommented, Dec 5, 2020

@ai-fast-track , @lgvaz - I found the time to get this done after all, the PR is in… The 3.6 build is failing though and I don’t think that’s to do with me??

Read more comments on GitHub >

github_iconTop Results From Across the Web

VGG-Image-Annotator: Parsing the JSON file - GitHub
The code in this repository is used to parse the JSON file generated after annotating the images through the VGG Image Annotator tool...
Read more >
VGG Image Annotator (VIA)
VGG Image Annotator is a simple and standalone manual annotation software for image, audio and video. VIA runs in a web browser and...
Read more >
How to Automatically Generate VGG Image Annotation Files
This file format is used in many Computer Science applications as it allows to easily store and share alphanumerical information in a pair...
Read more >
Easy Image Bounding Box Annotation with a Simple Mod to ...
In this post I go through a simple modification to the VGG Image Annotator that adds easy to use buttons for adding labels...
Read more >
Creating groundtruth data — dhSegment documentation
VGG Image Annotator (VIA) is an image annotation tool that can be used to define regions in an image and create textual descriptions...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found