Git Product home page Git Product logo

Comments (18)

avik-pal avatar avik-pal commented on August 17, 2024 2

CycleGAN, Pix2Pix, and Neural Image Captioning are interesting additions. As for YOLO, someone recently posted about their implementation on slack. Also, someone is working on Mask RCNN, which is essentially an extension of Faster RCNN, for segmentation tasks. So it might not be ideal to spend time on Faster RCNN (we can simply build it using the layers of MaskRCNN).

from model-zoo.

ViralBShah avatar ViralBShah commented on August 17, 2024 1

@dhairyagandhi96 seems to be looking into Mask RCNNs as well.

from model-zoo.

DhairyaLGandhi avatar DhairyaLGandhi commented on August 17, 2024 1

There are some interesting multi-modal learning applications in the GAN-verse too, if you're interested

from model-zoo.

DhairyaLGandhi avatar DhairyaLGandhi commented on August 17, 2024 1

Do feel free to take a look at issues as you wish.
#69 is in fact something we've been working on. We have notebooks built around for the current models, but a lot of them need explanatory material to go along with them.

I would be interested to see some of those fleshed out as well. Maybe in conjunction with a couple gan implementations?

from model-zoo.

MikeInnes avatar MikeInnes commented on August 17, 2024 1

It would be nice to get one of these PRs polished and merged. I suggest focusing on one only and addressing feedback so that we can get it in. Do ask if you aren't sure what needs to be done.

from model-zoo.

ViralBShah avatar ViralBShah commented on August 17, 2024

Welcome! In general, it is good to have contributions made to model-zoo or Flux or some related repos. Also cc @staticfloat

from model-zoo.

shreyas-kowshik avatar shreyas-kowshik commented on August 17, 2024

@ViralBShah Yeah I would be contributing to model-zoo. However are all/any of the models above relevant? Or do have any of these models been implemented in some other repository/ are not of special interest at the moment?

from model-zoo.

ViralBShah avatar ViralBShah commented on August 17, 2024

Let's wait for @MikeInnes to chime in. Also @avik-pal could perhaps chime in.

from model-zoo.

DhairyaLGandhi avatar DhairyaLGandhi commented on August 17, 2024

Mask RCNN is simply building on top of Faster RCNN, but Mask RCNN can have different versions within itself. YOLO.jl is already a nice implementation of the same.

Welcome to Flux and Julia!

from model-zoo.

shreyas-kowshik avatar shreyas-kowshik commented on August 17, 2024

@dhairyagandhi96 Can you help me get started with an issue? I was thinking of adding tutorials for the already done work(As in the GAN models built last year) in a detailed jupyter notebook in a format similar to that in tensorflow
by addressing #69.

Would that be an important issue to pick at the moment or should I first focus on working on the internals as in the issues in Flux/NNlib?

from model-zoo.

shreyas-kowshik avatar shreyas-kowshik commented on August 17, 2024

I'll get to working on the GAN implementation. As for the existing notebooks with explanatory material do you reference this and this repositories?

from model-zoo.

DhairyaLGandhi avatar DhairyaLGandhi commented on August 17, 2024

Before moving full steam, it'd be useful and important to get Mike's and Elliot's thoughts on this.

from model-zoo.

shreyas-kowshik avatar shreyas-kowshik commented on August 17, 2024

@staticfloat I was thinking of adding tutorials for the already done work(As in the GAN models built last year) in a detailed jupyter notebook in a format similar to that in tensorflow and also to add explanatory material to these and these notebooks containing work on tutorials that has already been done. What's your opinion on this?

from model-zoo.

sidhantnagpal avatar sidhantnagpal commented on August 17, 2024

I would like to contribute to CV and RL models as well. It is so nice to train models with Julia/Flux on Google Colab. I have implemented GANs with dense layers and DCGANs in Flux. I was waiting on ConvTranspose which just got merged in FluxML/Flux.jl#311 (thanks to Tejank).

from model-zoo.

nikunj-taneja avatar nikunj-taneja commented on August 17, 2024

Hi @dhairyagandhi96 @staticfloat ! I am interested in the Port ML Tutorials project as well. I was thinking of porting the tutorials from Udacity and Stanford 231n. I could start with simple neural networks and then move on to CNNs, RNNs/LSTMs and then maybe GANs. The notebooks will be theoretical explanation + Flux code, assuming basic knowledge of Julia and Flux. Existing notebooks could be incorporated in the same. What do you think about this?

from model-zoo.

shreyas-kowshik avatar shreyas-kowshik commented on August 17, 2024

I have been contributing to model-zoo for sometime now...These are the PR's I've made so far :
#111
#98
#82
I was thinking of starting to work upon the proposal along with solving issues parallelly. For that I wanted to know what all models are effectively required to be implemented in terms of priority for now.

I have the following in mind : pix2pix, cycleGAN, neural-image-captioning, generative-adversarial-text-to-image-synthesis, Proximal Policy Optimization For Policy Gradients, Mobilenet-Single-Shot-Detector, Deep Recurrent Q Networks...Some of these models like Mobilenet-SSD are part of tensorflow and have pretrained weights to be used on the fly. So I think adding them should be highly beneficial.

The image captioning model would utilise the Resnet layers that have been built and I see that even this is a basic module present in many frameworks by default.These ideas were somewhat inspired from : https://github.com/tensorflow/models/tree/master/research

What are your views on priority/variety or on the overall proposition...?
@staticfloat @MikeInnes @ViralBShah @dhairyagandhi96 @avik-pal

from model-zoo.

shreyas-kowshik avatar shreyas-kowshik commented on August 17, 2024

Thanks for the reply. I am working on the PRs and have made the changes requested so far. I'll prioritize them one by one to get them polished and merged.

from model-zoo.

ToucheSir avatar ToucheSir commented on August 17, 2024

Cleaning up this old issue for the same reason as #114 (comment).

from model-zoo.

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.