Giter VIP home page Giter VIP logo

Comments (5)

machanic avatar machanic commented on July 27, 2024

Do you have plane to implement more CV algorithm or model? for example,DeepLab for image segmentation

from chainercv.

yuyu2172 avatar yuyu2172 commented on July 27, 2024

We are planning to work on image classification models and their train code.

DeepLab code is requested quite often, but we have no concrete plan to implement it yet.

from chainercv.

machanic avatar machanic commented on July 27, 2024

I just want to use chainer to implement a network, But last layer is modified from a already written C++ code. Do you have any suggestion?
How to plugin C++ code to chainer as a layer most convenient yet efficient.

from chainercv.

yuyu2172 avatar yuyu2172 commented on July 27, 2024

Are you talking about CRF layer?
You can call C++ functions from Cython code, but it may not be easy if you are not used to do this.

If you are interested in DeepLab network, I would suggest you to start from one without CRF.
The performance seems to be not bad without it.
See table 4 https://arxiv.org/pdf/1606.00915.pdf.

from chainercv.

yuyu2172 avatar yuyu2172 commented on July 27, 2024

Updated ChainerCV release plan

ChainerCV will continue to develop only on the master branch.
Since there are users that use development version and stable version of Chainer, ChainerCV will try to support both versions of Chainer as much as possible.
The priority is on stable version of Chainer, and ChainerCV will be made sure to always work on the stable version.
The development version will be supported while it is possible to support the two versions simultaneously. This means that CI tests will run with the development version and the stable version.

In ChainerCV, new features added to Chainer will not be used. If a new feature is necessary, the relevant part can be copied to ChainerCV temporarily. In this case, the code will be deleted once the development version is released.

This will be deleted once this post is finalized.

  • When new class/function is added to Chainer that ChainerCV's functionality needs to use. --> Copy the class until the development version becomes the stable version.
  • When new feature is added to the existing class/function to Chainer --> Try to support it on both versions using if/else statements. If this is not feasible, only support this feature for the development version of ChainerCV.
  • When recommended style of API usage changes (old style API is deprecated, e.g. deprecation of add_link in v2) --> Use the old style
  • When destructive API change happens (old API is deleted, e.g. abolish of test kwarg in v2) --> We expect this kind of change extensively affecting ChainerCV will not happen in the near future.

from chainercv.

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.