Git Product home page Git Product logo

Comments (3)

fanq15 avatar fanq15 commented on August 16, 2024
  1. pick non-voc class
  2. 80 is the minimum instance number in each class
  3. You can use the given final_split_voc_10_shot_instances_train2017.json in the new_annotations dir for a fair comparison.

from fewx.

XiongweiWu avatar XiongweiWu commented on August 16, 2024

@fanq15

  1. So in your non-voc set, the images may also contain voc class instance (but not labeled) ?

  2. It seems that you first compute the total number of instance per class across all images stored in 'all_cls_dict', and then for each image, if one contained instance category number is less than 80 in 'all_cls_dict', then save all instances in this image for training, otherwise discard all the instances and remove the instances whose number is larger than 80. I am a bit confused about this file.

  3. Can u provide 30-shots json file?

from fewx.

fanq15 avatar fanq15 commented on August 16, 2024
  1. Yes. The voc instances are ignored.
  2. About the 2_balance.py:
    2.1. Yes, it should be the instance number per class. I fixed the expression in the former answer.
    2.2. There is a bug in the 2_balance.py and it actually does not balance the categories. But this bug does not affect the training and evaluation. I will fix this bug and see if the image balance can improve the performance.
  3. There is no 30-shot json file currently. I will add it later.

from fewx.

Related Issues (20)

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.