Giter Club home page Giter Club logo

Comments (2)

visionNoob avatar visionNoob commented on September 15, 2024

darknet cfg 가져올때 쓸만한
https://github.com/marvis/pytorch-caffe-darknet-convert/blob/master/cfg.py

from yolo9000.

visionNoob avatar visionNoob commented on September 15, 2024

1: MaxPool2d
2: Sequential - conv2d, bn2, leaky2 64
3: MaxPool2d
4: Sequential - conv3d, bn3, leaky3 128
5: Sequential - conv4d, bn4, leaky4 64
6: Sequential - conv5d, bn5, leaky5 128
7: MaxPool2d
8: Sequential - conv6d, bn6, leaky6 256
9: Sequential - conv7d, bn7, leaky7 128
10: Sequential - conv8d, bn8, leaky8 256
11: MaxPool2d
12: Sequential - conv9d, bn9, leaky9 512
13: Sequential - conv10d, bn10, leaky10 256
14: Sequential - conv11d, bn11, leaky11 512
15: Sequential - conv12d, bn12, leaky12 256
16: Sequential - conv13d, bn13, leaky13 512
17: MaxPool2d
18: Sequential - conv14d, bn14, leaky14 1024
19: Sequential - conv15d, bn15, leaky15 512
20: Sequential - conv16d, bn16, leaky16 1024
21: Sequential - conv17d, bn17, leaky17 512
22: Sequential - conv18d, bn18, leaky18 1024
23: Sequential - conv19d 1000
24: GlobalAvgPool2d
25: Softmax())

from yolo9000.

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.