Giter VIP home page Giter VIP logo

Comments (24)

daquexian avatar daquexian commented on September 28, 2024 3

@imranparuk Faster R-CNN, Mask R-CNN, yolov3 and SSD has already been introduced in model zoo.

from models.

reneschulte avatar reneschulte commented on September 28, 2024 2

Any update on this like an ETA? :)

from models.

bestlin avatar bestlin commented on September 28, 2024 2

@houseroad do you have some plans for the detection functions for SSD?

from models.

kubansal avatar kubansal commented on September 28, 2024 1

Hi @linkerzhang did you get a chance to have a look in the mask-rcnn

from models.

houseroad avatar houseroad commented on September 28, 2024

We are working on this. To import these models to ONNX model zoo, we may need to introduce some new ops into ONNX spec.

from models.

kumardesappan avatar kumardesappan commented on September 28, 2024

@houseroad Thanks for the update. Do you have any tentative timeline for this?

from models.

houseroad avatar houseroad commented on September 28, 2024

Our plan is to add these models in 2~3 weeks.

from models.

prasanthpul avatar prasanthpul commented on September 28, 2024

@houseroad Can you share list of models you plan to add?

from models.

houseroad avatar houseroad commented on September 28, 2024

Our plan is to convert the models from https://github.com/caffe2/models.

bvlc_googlenet, bvlc_reference_caffenet, bvlc_reference_rcnn_ilsvrc13, finetune_flickr_style will be converted.

And many models in sytle_transfer and detectron (Faster-RCNN included) folders are also in our plan.

from models.

0wu avatar 0wu commented on September 28, 2024

Is there a ticket where we can peek the new Ops for detection?

from models.

houseroad avatar houseroad commented on September 28, 2024

Will send the PR including RoiAlign, BBoxTransform, BoxWithNMSLimit, and GenerateProposals which are need by Faster-RCNN soon.

from models.

0wu avatar 0wu commented on September 28, 2024

@houseroad any updates? or possibility to contribute code for this?

from models.

houseroad avatar houseroad commented on September 28, 2024

Sorry, the task got delayed,, will send PR soon to the main repo to add these ops.

from models.

rafisef avatar rafisef commented on September 28, 2024

@houseroad I know this has been asked before, but any updates on these models? Any plans for Mask RCNN?

from models.

houseroad avatar houseroad commented on September 28, 2024

Yes, we do, still working on it, just low bandwidth.

from models.

brantPTS avatar brantPTS commented on September 28, 2024

Thanks for asking about this and for the updates. Any new information on status would be great.

from models.

qigtang avatar qigtang commented on September 28, 2024

@houseroad any status update on mask-rcnn export?

from models.

houseroad avatar houseroad commented on September 28, 2024

I think @linkerzhang is working on it. Any update?

from models.

imranparuk avatar imranparuk commented on September 28, 2024

Hi, any update on this?

from models.

imranparuk avatar imranparuk commented on September 28, 2024

@daquexian what about Retinanet?

I am guessing you need the model to be traceable with pytorch. Currently the Retinanet model isn't traceable due to the BoxList (I'm not 100% sure of this, just looking at the issue board for the maskedrcnn benchmark project)? However if its been solved for the Faster-RCNN and Masked-RCNN, surely it shouldn't be an issue for Retinanet?

from models.

SnowRipple avatar SnowRipple commented on September 28, 2024

@daquexian I've been trying to convert RetinaNet to onnx for couple days now but without success. Is RetinaNet officially supported by ONNX now?

from models.

imranparuk avatar imranparuk commented on September 28, 2024

@SnowRipple Doesn't seem to be the case, from the looks of things the models need to be traceable by torch jit (this doesn't guarantee it can be converted into onnx I don't think).

It has been accomplished by others for other projects as there are onnx models for papers like Faster-RCNN etc. These models make use of similar classes, however there doesn't seem to be any documentation on how to accomplish this.

If you do however find anything, please let me know!

from models.

SnowRipple avatar SnowRipple commented on September 28, 2024

@imranparuk hopefully it is just a matter of time, since most of the Detectron models are already supported, so the RetinaNet should be too.

I agree that a lot of ops that were created for the sake of other detection models can be used in RetiaNet again, however there are still ops that seem to be specific to RetinaNet only.

Personally I find it surprising that such a popular detection model is not supported yet, whereas other (much older with worse performance) models are.

from models.

azuryl avatar azuryl commented on September 28, 2024

@houseroad do you have Retinanet onnx

from models.

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.