Git Product home page Git Product logo

efficientdet's Issues

get poor results

Thanks for your code. But after I replaced fpn with your bifpn in libra rcnn, I got lower map. Did you get higher map in faster rcnn?

run error

when I run the example code

    >>> from mmdet.models import EfficientNet
    >>> import torch
    >>> self = EfficientNet(model_name='tf_efficientnet_b2', pretrained=False)
    >>> self.eval()
    >>> inputs = torch.rand(1,3,768,768)
    >>> level_outputs = self(inputs)

it is error for this:
outs.append(feature_map[i])
IndexError: index 2 is out of bounds for dimension 0 with size 1

关于backbone下采样问题

efficientnet中B0 backbone如下所示:
269
其中stage 2, stage 5并没有下采样,而在efficientdet中采用了最后5个stage, 都进行了下采样
270
请问这是什么原因?

how to train?

I found it for a long time, but I didn't find out how to train. Is there no train code and I need to write it myself? Or I didn't find the train interface, If so, can you please give a train and valid tutorial? Thank you very much!

about dependency file

thank you for your code, and i want to run rightly them
image

but i can't find two files, Could you tell me how to get them?

error result

Did you get a good results? I train the coco ,and get map=0.

weight feature fusion seems wrong.

I found your weighted Feature Fusion Module is try to new a tensor as weight, That will make this Tensor be a constant and will not in training.

That parameter may be got from global average polling or similar operation.

map is zero

I use your config to train coco, and the loss convergences at about 1.6 and map of coco is 0...

I am debuging the issues....

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.