Reputation: 39
I need to train tensorflow deeplab model with my shoes dataset. Then i will use this model in order to remove background of image shoe. How could i train it ? Could you explain step by step ? You have any example for this situation ? tensorflow/deeplab
Upvotes: 2
Views: 916
Reputation: 399
You will need read some parts of Deeplab code
train.py
, vis.py
, export_model.py
, eval.py
in folder https://github.com/tensorflow/models/tree/master/research/deeplabUpvotes: 2