-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do i run this? #1
Comments
Hi,friend!Have you solved the issue ?I also have no ideas how to run it. |
Download the repo. Add the path for the list file(list file space separated with img and gnd truth) and also the folder containing images in the file HED_data_parser.py.
|
To get the output for the Trained model. Try this code. from future import print_function test = glob.glob('images/*')
|
Thank you very much! |
Is that working with your own images? @JingangLang @jaiprasadreddy |
yes..
check this link - https://machinelearningmastery.com/save-load-keras-deep-learning-models/ |
What kinf of files does it need to train this model? |
You can find it in http://vcl.ucsd.edu/hed/HED-BSDS. @harkdev |
I have tried to reproduce the test code by making a new python file and putting it in the Keras-HED master folder named test file. After I run it, the code gets compiled but there is no output. What am I doing wrong? Here's how I have used the code. #from future import print_function test = glob.glob('images/*') modelmodel = hed() trainingcall backsmodel.load_weights('checkpoint.01-0.14.hdf5') train_history = model.predict()for image in test: |
@arnavpuri115 I didn't understand your question. what exactly does it mean by not getting the output.? |
there is no output PICS in the folder output/. |
Hmmm... Where to get the training examples? |
How to delete pdb?
how to delete pdb? |
Hi, where can I find the file "vgg16_weights_tf_dim_ordering_tf_kernels_notop.h5" needed as starting weights for the training? |
@marza1993 You can download model assets from this release page - https://github.com/fchollet/deep-learning-models/releases/tag/v0.1 |
@ravip18596 Thank you! |
What is the necessary configuration needed?
The text was updated successfully, but these errors were encountered: