Code Monkey home page Code Monkey logo

Comments (7)

cscribano avatar cscribano commented on June 18, 2024

Hi, thank you for your interest on our work!

Regarding quantized inference, currently we only deployed the model on TensorRT, which supports FP16 post-training quantization. To better understand you request, please let me now which kind of quantization do you need and the intended inference platform and framework for inference.

from cerberus.

learnermaxRL avatar learnermaxRL commented on June 18, 2024

Hey,thanks for your reply I am trying to run it on - https://nanoreview.net/en/soc/qualcomm-snapdragon-450 ,

I calculated that this mode takes around 6.99 macs in compute complexity,which i am trying to bring down, it seems BIFPN layera are contributing the most so i had to remove 2 layers and add an upsample layer to match the dimesnions which brough the MACs ~ 1.8 MACs

I am seeking a multitask architecture which can run on A53 Cortex family actually.It would be great if you can suggest some optimizations as well

Also can you please provide details of train and eval losses with your configuration?

from cerberus.

learnermaxRL avatar learnermaxRL commented on June 18, 2024

is there a way we can add few classes to ob detction head,i am assuming we can freeze neck and other heads and ony leave ob det head trainable ,would that work?

from cerberus.

cscribano avatar cscribano commented on June 18, 2024

Regarding your first comment, I'm not familiar with the exact platform, but I assume hat you are referring to an android smartphone. In that case, I assume that you want to use TFLite for inference. Can you please confirm?

Regarding the second question: the model is trained on all the detection classes in BDD100K, is not in general possible to add new classes to a pretrained detector by only training on new classes. You will incur in the problem known as catastrophic forgetting of the previously learned tasks.

from cerberus.

learnermaxRL avatar learnermaxRL commented on June 18, 2024

freezing everything except the ob det head , and passing original images plus images with our objects ,(other objects can be tagged using pretrained heavier model in those images or using this model itself for e.g car ,lanes etc),shouldnt it wokr ?

from cerberus.

learnermaxRL avatar learnermaxRL commented on June 18, 2024

with TFlite the mbv2 model is giving roughly 1 fps

from cerberus.

cscribano avatar cscribano commented on June 18, 2024

freezing everything except the ob det head , and passing original images plus images with our objects ,(other objects can be tagged using pretrained heavier model in those images or using this model itself for e.g car ,lanes etc),shouldnt it wokr ?

You can give it a try, but keep in mind that the detection head alone has way too few trainable parameters to lead to satisfactory results. It might be an interesting experiment, however.

from cerberus.

Related Issues (6)

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.