Coder Social home page Coder Social logo

coco-manager's People

Contributors

aktwelve avatar taeyoung96 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

coco-manager's Issues

filtering on sports ball

i cant seem to filter on the category sports ball since it has a space in it and the code uses spacing for declaring multiple category

JSON

Hi! After I filtered instances_val2017.json to only include persons, when it it detects a person in a photo it says json as its category and not person. What should I do?

sudo execution give error

there is some problem with the execution of
sudo python filter.py ..

I solve with change of the folder permission.

Question about categories_id

Hi, I'm really thankful for your great code!
I have a question about categories_id.
When referring to COCO 2017 data, the category id starts from 1.

So, When you make variable new_id in _filter_categories function,
I think It should start at 1.

In filter.py line 66, new_id = 1 is more appropriate.

Do you have any opinions?
Thanks.

Adding custom class annotations to the existing Coco annotations

Hi,

I understand how can I parse/filter only the categories out of the 80 categories of Coco dataset I want. Like for example if I want 3 categories say cat, dog, potted plant.
What if I want to add the custom class of my dataset to these selected 3 categories. Also, I have my custom dataset of 1 class in coco json format already.
It would be challenging to add/merge annotations manually in the existing coco dataset.
Is that any way that I can merge the custom class with the wanted categories of Coco like I mentioned above?

I need help
TIA

Filtering images

How can you only keep the images for the filtered categories? Is that possible?

Can I filter the json file 'image_info_test2017.json' ?

Hello, thanks for the great thing to filter the coco dataset. I would like to know that if I can filter the image_info_test2017.json ? I get into this error :
Loading json file...
Processing input json...
Traceback (most recent call last):
File "filter.py", line 171, in
cf.main(args)
File "filter.py", line 130, in main
self._process_segmentations()
File "filter.py", line 46, in _process_segmentations
for segmentation in self.coco['annotations']:
KeyError: 'annotations'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.