hellochick / ICNet-tensorflow

TensorFlow-based implementation of "ICNet for Real-Time Semantic Segmentation on High-Resolution Images".
406 stars 153 forks source link

Training own dataset #117

Open emanuelbesliu opened 4 years ago

emanuelbesliu commented 4 years ago

Hey @hellochick

I'm new to all of this and please forgive my lack of knowledge. So I have a dataset with the following structure:

/jpgs//.jpg : 8uC3 RGB intensity images /uint8//.png : 8uC1 label map images /jsons//.json : geometry annotations

How do I make it work with your training algorithm?