dmlc / gluon-cv

Gluon CV Toolkit
http://gluon-cv.mxnet.io
Apache License 2.0
5.79k stars 1.21k forks source link

[Discussion, Call for contribution] GluonCV 0.5 Roadmap #757

Open zhreshold opened 5 years ago

zhreshold commented 5 years ago

Hi,

I am opening a discussion thread for roadmap towards next release to everyone. Specifically, we are looking for:

If you have any item that you'd like to propose to have in the roadmap, please do:

Projects

Models

APIs

Scripts

Improvements

I'll be collecting scattered bug fixes in release note later.

@dmlc/gluon-vision @pengzhao-intel @xinyu-intel @husonchen @kevinthesun @Laurawly @yidawang @ThomasDelteil @chinakook

ThomasDelteil commented 5 years ago

Dropping a few things that I would love to have in Gluon CV, though I realize some might not be realistic for 0.5. They don't have issue associated with them because at this stage they are just ideas:

API:

Object Detection:

New Domains:

hetong007 commented 5 years ago

The thing I'd like to raise here is the inconsistency across our APIs and scripts. Here are some examples:

The above example could be vague or has been changed. But generally, my point is this inconsistency unnecessarily requires users to learn something new for every new application, or realize A from classification and B from detection are essentially the same concept. Of course, models are so different and we may need special designs, but some inconsistency still could be handled in a better way.

pengzhao-intel commented 5 years ago

CPU Int8 solution

lsabi commented 5 years ago

Enhanced/Additional Tutorials

Note: the following points refer to tutorials.

EDIT:

Easier (or better documented) custom segmentation

Mut1nyJD commented 5 years ago

Biggest things in the DL-CV field happening right now surely is self-supervised learning. So more GANs: ProGan and StyleGan would be both very interesting but they require custom weighted convolution layers.