Giter VIP home page Giter VIP logo

keras_hed's People

Contributors

lc82111 avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

keras_hed's Issues

about testing

I have trained the HED-BSDS

and , how can I test the dataset?

I can't find the code about testing.

thx

training process keep staying "while true:"

Hello, I tried your code with the HED dataset. When i run main_segmentation.py, It shows Epoch1/4096
and "while True:" for a long time. I think maybe there is somrthing wrong with the generate_minibatches().
Do you have the same problem?

Error occurred when I load HED model using keras.models.load_model(.h5)

Hello~
I have trained and tested this HED model.
In conclusion, I have confirmed this model works fine and very good.
I saved the model as .h5 format using model.save('hed.h5').
Then, I have tried to load the saved model again using keras.models.load_model('hed.h5').
But the error occurred like:
ValueError: Unknown loss function:cross_entropy_balanced

How can I get over this?

(detailed error message)
Traceback (most recent call last):

File "", line 1, in
model0 = keras.models.load_model('hed.h5')

File "C:\Anaconda3\lib\site-packages\keras-2.3.0-py3.6.egg\keras\engine\saving.py", line 492, in load_wrapper
return load_function(*args, **kwargs)

File "C:\Anaconda3\lib\site-packages\keras-2.3.0-py3.6.egg\keras\engine\saving.py", line 584, in load_model
model = _deserialize_model(h5dict, custom_objects, compile)

File "C:\Anaconda3\lib\site-packages\keras-2.3.0-py3.6.egg\keras\engine\saving.py", line 369, in _deserialize_model
sample_weight_mode=sample_weight_mode)

File "C:\Anaconda3\lib\site-packages\keras-2.3.0-py3.6.egg\keras\engine\training.py", line 119, in compile
self.loss, self.output_names)

File "C:\Anaconda3\lib\site-packages\keras-2.3.0-py3.6.egg\keras\engine\training_utils.py", line 820, in prepare_loss_functions
loss_functions.append(get_loss_function(loss.get(name, None)))

File "C:\Anaconda3\lib\site-packages\keras-2.3.0-py3.6.egg\keras\engine\training_utils.py", line 705, in get_loss_function
loss_fn = losses.get(loss)

File "C:\Anaconda3\lib\site-packages\keras-2.3.0-py3.6.egg\keras\losses.py", line 795, in get
return deserialize(identifier)

File "C:\Anaconda3\lib\site-packages\keras-2.3.0-py3.6.egg\keras\losses.py", line 776, in deserialize
printable_module_name='loss function')

File "C:\Anaconda3\lib\site-packages\keras-2.3.0-py3.6.egg\keras\utils\generic_utils.py", line 167, in deserialize_keras_object
':' + function_name)

ValueError: Unknown loss function:cross_entropy_balanced

est[4][0] is almost white everywhere

I trained this model, but on testing I observe that est[4][0] looks very weird.
Below are the outputs from the model : gt, then o1-o5 and fuse.
All outputs are good except o5. Does anyone have this issue?
screenshot from 2018-12-06 13-49-41

Pre Trained weights on repo?

Hi! Can you Provide pre trained weights for your Model? That would be a Great Advantage as Starting Point. Thanks.

Why the correction values used with 103, 116 and 123?

Hi~ I have tested this well. I think this is very good example and I will try to enhance this model.
But, I have a question.
Why are the correction values of 103.939, 116.779, and 123.68 to BGR channels used in HED_data_parser.py file?
Why did you specify these values?

Accurcy

Hi,
thanks for your work.
have you tested the model accuracy ODS, OIS ?
and how many epoch does it need?
Regards

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.