Coder Social home page Coder Social logo

FFMv1 for resnet-101 about m2det HOT 11 CLOSED

vdigpku avatar vdigpku commented on July 21, 2024 1
FFMv1 for resnet-101

from m2det.

Comments (11)

qijiezhao avatar qijiezhao commented on July 21, 2024 5

Hi, thanks for your interest in our paper.
We have modified the stride of Res4 from 2 to 1.
Then, the output of conv1, pool1, Res2, Res3, Res4, Res5 is:
1/2, 1/4, 1/4, 1/8, 1/8 and 1/16. We fuse the output of Res4 and Res5 as the base feature.

from m2det.

qijiezhao avatar qijiezhao commented on July 21, 2024 3

So the stride from 2 to 1 doesn't damage the mAP?

Yes, you can directly use the ImageNet-pretrained model. Just like how Pspnet、deeplabv3 use the dilated Resnet.

from m2det.

xinyuegtxy avatar xinyuegtxy commented on July 21, 2024 2

nice job, 但能把README训练部分写完整点吗?加上各种tricks的训练能开源下吗?thank you.

from m2det.

qijiezhao avatar qijiezhao commented on July 21, 2024 1

@zealota @WangTianYuan Hi, thanks for your interest in reproducing our results. You can ask me any questions about it here.
By the way, I should warn you that, for training resnet101-M2det512 and VGG-M2det800, like the paper said, V100 GPU is better. Because of the limitation of batch size. In addition, you can tune the anchor scales to maximize the ability. For example, we have decreased the anchor's min size of the largest feature map(~25).

from m2det.

WangTianYuan avatar WangTianYuan commented on July 21, 2024

Do I need to retrain this modefied ResNet in ImageNet?

from m2det.

zealota avatar zealota commented on July 21, 2024

Do I need to retrain this modefied ResNet in ImageNet?

In my case, I use the pre-trained model on ImageNet.

from m2det.

WangTianYuan avatar WangTianYuan commented on July 21, 2024

So the stride from 2 to 1 doesn't damage the mAP?

from m2det.

zealota avatar zealota commented on July 21, 2024

@WangTianYuan, @qijiezhao
Sure, the mAP isn't damaged. I could achieve the 0.343 AP(IoU=0.50:0.95) on coco dataset, for the 320x320 input image.
And I used dilated ResNet.

from m2det.

qijiezhao avatar qijiezhao commented on July 21, 2024

@WangTianYuan, @qijiezhao
Sure, the mAP isn't damaged. I could achieve the 0.343 AP(IoU=0.50:0.95) on coco dataset, for the 320x320 input image.
And I used dilated ResNet.

Congrats! By the way, dilated resnet is not a MUST, this step may slow down the inference speed.

from m2det.

he-y avatar he-y commented on July 21, 2024

Can you provide the pre-trained model for ResNet101.

from m2det.

he-y avatar he-y commented on July 21, 2024

@zealota
Hi, Can you provide the pre-trained model for ResNet101?
Thanks!

from m2det.

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.