Coder Social home page Coder Social logo

Comments (3)

aosokin avatar aosokin commented on September 28, 2024

Hi, we tried some elements of that direction but stopped when 4D convolutions appeared to be too slow to work on our relatively high-res images. And we had to keep them high-res because we wanted to detect small objects.
However, we definitely did not experiment with this direction sufficiently.

from os2d.

zhangliukun avatar zhangliukun commented on September 28, 2024

Thanks for answering.
By the way, if I want to improve the generalization of the model, it is a good choice to train it using the COCO or the object365 dataset?
I tried the v2 model in some unseen object, it is not very good if the object is large. So maybe a large dataset is better?
Some new paper of one-shot object detection like "Balanced and Hierarchical Relation Learning for One-shot Object Detection" trained using the coco perform better in the large object.

from os2d.

aosokin avatar aosokin commented on September 28, 2024

Our model was designed with mostly intance-level recognition in mind, which does not go too well with broad categories as in COCO. Another thing to keep in mind is that the current linear transformation model does not suit non-rigid objects (can still work to some extend). I'm actually quite sceptical on the one-shot setting for broad classes like in COCO. It looks like for these kind of things one can easliy collect lots of annotation to get regular detectors to work. One-shot or few-shot formulations are better suited elsewhere in my opinion.

To deal with large objects with our model, I recommend to look carefully at the image resolution. The model works best when the size of object to detect (in pixels) rouhly matches the size of the template images (which is built into the model weights).

from os2d.

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.