Git Product home page Git Product logo

retinanet_tensorflow's People

Contributors

qjadud1994 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

retinanet_tensorflow's Issues

first one?

why the loss is so small? like this:
---------- open MonitoredTrainingSession
---------- run pretrain op
---------- run sync op
STEP : 0 TRAIN_TOTAL_LOSS : 1.21953082 TRAIN_LOC_LOSS : 0.08750351 TRAIN_CLS_LOSS : 1.13203
STEP : 50 TRAIN_TOTAL_LOSS : 1.22364414 TRAIN_LOC_LOSS : 0.09114464 TRAIN_CLS_LOSS : 1.13250
STEP : 100 TRAIN_TOTAL_LOSS : 1.21648896 TRAIN_LOC_LOSS : 0.08427663 TRAIN_CLS_LOSS : 1.13221

DataLossError

I only download the pretrained model file and rename it.
However, when I run the session, I get following error:
DataLossError (see above for traceback): Unable to open table file pretrained/se-resnet101-bn/se-resnet101-bn.pth: Data loss: not an sstable (bad magic number): perhaps your file is in a different file format and you need to use a different restore operator?
What`s the problem?

RetinaNet_tensorflow中文交流

论文中提到,在进行inference的时候,对FPN上的box进行了过滤@qjadud1994
inference involves simply forwarding an image through the network. To improve speed, we only decode box predictions from at most 1k top-scoring predictions per FPN level, after thresholding detector confidence at 0.05. The top predictions from all levels are merged and non-maximum suppression with a
threshold of 0.5 is applied to yield the final detections.

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.