Giter VIP home page Giter VIP logo

Comments (5)

Nikronic avatar Nikronic commented on July 1, 2024

Hi @xiaoyuhao1995
Actually, I am not using any statistical or learning method to achieve this reduction.
My goal was to use this model as a module in an image refinement task object-wisely. But I did not want to train or do any time/memory consuming operation on this network. So, I considered myself as an expert(!) and combined classes similar to each other based on common sense.

Here is the explanation:

  1. The original output of the model is the output of softmax function, so summation of all the probabilities for 150 classes will be 1.
  2. There are some classes which are similar. For instance, row 30 and 10 in classes info file and to achieve a combined probability for these combined classes, I just added their probabilities and define a new class containing all similar classes.

It seems I'd forgotten to add the combination info. See commit c8fd603 please for new files regarding this info.

combination file contains the combined classes' row IDs and mapping function contains the mapping of file1's combinations into new indices.

from objectnet.

xiaoyuhao1995 avatar xiaoyuhao1995 commented on July 1, 2024

Thanks @Nikronic
So you just use ObjectNet in eval mode to get the 25 class feature map.And in the process of learning the weights of ObjectNet was not update. Is that right?

from objectnet.

Nikronic avatar Nikronic commented on July 1, 2024

@xiaoyuhao1995 yes exactly.

from objectnet.

xiaoyuhao1995 avatar xiaoyuhao1995 commented on July 1, 2024

@Nikronic hava you try to combine the Coarsenet,Objectnet,Edgenet and Detailset to train? recently I try to combine those network and I find it is difficult. Maybe we can talk about it.

from objectnet.

Nikronic avatar Nikronic commented on July 1, 2024

@xiaoyuhao1995 Not really. First of all, CoarseNet is not working properly, literally taking an average filter over image would do same thing as CoarseNet is doing. Secondly, DetailsNet has not been finished as in term of mathematically, I am not sure how two discriminator is going to act properly, and because of that, it's generating completely nonsense outputs. Finally, any combination of those networks won't lead to anything meaningful unless the aforementioned problem has been solved.

In the end, currently I am focusing on my master's thesis so I have no time for revising this project. Maybe in Summer.

from objectnet.

Related Issues (4)

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.