Code Monkey home page Code Monkey logo

Comments (7)

2017TJM avatar 2017TJM commented on June 25, 2024 2

作者复现时进行了改进感觉是把特征图尺寸设置为14x14

from pytorch-yolo-v1.

rox38431 avatar rox38431 commented on June 25, 2024 1

的確,雖然作者在註解部分都寫 grid size 為 7x7x30,但實際上程式的寫法都是 14x14x30,
我想會這麼做應該是因為作者提高了輸入的尺寸(448x448),使得 resnet50 的輸出會變成 14x14x30。

from pytorch-yolo-v1.

2017TJM avatar 2017TJM commented on June 25, 2024

S那里是不是就有问题

from pytorch-yolo-v1.

freemedom avatar freemedom commented on June 25, 2024

最后边改了,用的是卷积层而不是全连接层

from pytorch-yolo-v1.

Vandaci avatar Vandaci commented on June 25, 2024

我说,看了半天,注释跟代码没对应上

from pytorch-yolo-v1.

yitianad avatar yitianad commented on June 25, 2024

Resnet原论文的输入是224224,对应输出77,因此448输出是14*14的feature map

from pytorch-yolo-v1.

ZXTFINAL avatar ZXTFINAL commented on June 25, 2024

准确地来说不是有问题,是这个代码是预训练代码,应该还要有一个微调部分,预训练输入是224,微调才是448

from pytorch-yolo-v1.

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.