GithubHelp home page GithubHelp logo

Comments (9)

0rland0 avatar 0rland0 commented on May 5, 2024

Did you already unzipped ssd_300_vgg.ckpt.zip which is located in the checkpoint folder?

from ssd-tensorflow.

chenweiqian avatar chenweiqian commented on May 5, 2024

@0rland0 yes,I did that.

from ssd-tensorflow.

0rland0 avatar 0rland0 commented on May 5, 2024

@chenweiqian Can you maybe post the output of

ls ./checkpoints/

from ssd-tensorflow.

chenweiqian avatar chenweiqian commented on May 5, 2024

@0rland0 yes, I see ssd_300_vgg.ckpt.index in it. And I also tried to change vgg_16.ckpt to ssd_300_vgg.ckpt and keep rest commands frozen, it can run successfully. But when I delete the "checkpoint_exclude_scopes " command , it gets error. So my successful case is the combining of "Fine-tuning existing SSD checkpoints" and "Fine-tuning a network trained on ImageNet". Is this a success?

from ssd-tensorflow.

balancap avatar balancap commented on May 5, 2024

Sorry for the problems, the script is buggy after some changes I have made :/
I'll fix this as soon as possible.

from ssd-tensorflow.

chenweiqian avatar chenweiqian commented on May 5, 2024

@balancap thank you!^_^

from ssd-tensorflow.

yyjFish avatar yyjFish commented on May 5, 2024

I have met the same problem

from ssd-tensorflow.

balancap avatar balancap commented on May 5, 2024

I finally found some time to fix the bug. It should work well now!
I added to the training script a parameter checkpoint_model_scope where you can specify the main scope of the checkpoint file.
I also fixed the list of ignored scope for VGG16. It's a bit long! I could change the variable scopes in the net definition to make that simpler, but I don't want to introduce any modification not backward compatible with existing checkpoints of SSD-VGG.

from ssd-tensorflow.

chenweiqian avatar chenweiqian commented on May 5, 2024

@balancap thank you for your work!

from ssd-tensorflow.

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.