Giter VIP home page Giter VIP logo

Comments (1)

HYLcool avatar HYLcool commented on May 18, 2024 1

Hi, @ct-wei

Sorry for the misleading. We had a tutorial on NAS for DAMO-YOLO before, but it's removed after TinyNAS is updated to v2. This tutorial shows how we search backbones for DAMO-YOLO using TinyNAS v1 in detail.

In the item 2.i.a of this section from this tutorial, we explain that after searching we would replace the first Conv with a Focus block, which can be simply regarded as a combination of pooling+Conv. During searching, we ignore the pooling operators in the Focus block and start the initial structure from the Conv in it. So the input size of the first Conv should be 320x320x12 instead of 640x640x3 when searching.

Of course, when we apply the searched structures in DAMO-YOLO, the actual input size of the whole backbone is still 640x640x3.

from lightweight-neural-architecture-search.

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.