crfasrnn_keras
crfasrnn_keras copied to clipboard
How can I add your code behind my model
Hello, I have run your model successful.
Because I want your model to modify my classify result, could you please tell me how can I add your code behind my model?
Such what is the shape of input and label, how can I save my own weight of model?
My input shape is (512,512, 3) , it has five classes(0~5).
@whatevercyh I have an implementation here https://github.com/dimimal/semantics_segmentation_of_urban_environments/blob/master/trainCRF.py
in crfRNN function with (512,512,3) as you refer
@whatevercyh I have an implementation here https://github.com/dimimal/semantics_segmentation_of_urban_environments/blob/master/trainCRF.py
in crfRNN function with (512,512,3) as you refer
sorry , but your url is broken...emmm,please share your methods thx very well.