Git Product home page Git Product logo

Comments (9)

nerddd avatar nerddd commented on August 17, 2024

Updated

from ssrnet-caffe.

yonger001 avatar yonger001 commented on August 17, 2024

@nerddd hi,thank U for your reply,when I test the convert_ssrnet script,there is error as follow:
ValueError: Layer #53 (named "dense_1"), weight <tf.Variable 'dense_1/kernel:0' shape=(250, 3) dtype=float32_ref> has shape (250, 3), but the saved weight has shape (160, 3).
obviously,the shape is different between the saved weights and net, I used the official .h5,Have U test it?

from ssrnet-caffe.

nerddd avatar nerddd commented on August 17, 2024

yeah, because the padding is differenf between tf and caffe , so you need to use the SSR-Net in my repo to change the padding way , retrain the model , use the retrained .h5 to transform . More specific, the SSRNet_model.py is modified , you can check.

from ssrnet-caffe.

yonger001 avatar yonger001 commented on August 17, 2024

@nerddd thank U so much!!! would U like to share the .h5 which U have retrained??

from ssrnet-caffe.

liangheng avatar liangheng commented on August 17, 2024

@nerddd hello
Could you please provide the.h5 file corresponding to caffemodel in your examples folder?
Because I used my training. h5 conversion to caffemodel has problems with calling results. I want to know whether it's the conversion script or the training setup, so I want to compare your.h5

thanks

from ssrnet-caffe.

nerddd avatar nerddd commented on August 17, 2024

@liangheng Sorry, the directory has been cleaned. You can use the script provied to retrain your model and then convert it. Or use #2 to change the source code of caffe.

from ssrnet-caffe.

liangheng avatar liangheng commented on August 17, 2024

@nerddd Thank you very much .yeah, I have retrained the model using the script you provided and convert it. No errors were reported during the conversion, but when I called caffemodel after the conversion, I couldn't get the right results.And I can make sure I got it the right way, so what could be wrong with the conversion or other

from ssrnet-caffe.

liangheng avatar liangheng commented on August 17, 2024

@nerddd hello
sorry to bother you again
I found that the best models in keras were very poor after converting to caffemodel using the transformation script you provided. Have you tested the converted caffemodel?
I did the following experiment: I used keras to test that an image could be accurately dated. For the same image, I used the converted caffemodel to load it with python's caffe interface(eg: net = caffe.Net('ssrnet_3_3_3_64_1.0_1.0.prototxt', 'ssrnet_3_3_3_64_1.0_1.0.caffemodel', caffe.TEST)), but could not get the same age, so I suspected that the conversion caused the problem or did I go wrong?
I can't send you an email to tell you my WeChat, could you please send me an email to tell me your contact information
thanks

from ssrnet-caffe.

liangheng avatar liangheng commented on August 17, 2024

@nerddd I solverd this problem~

from ssrnet-caffe.

Related Issues (10)

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.