You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We used the code in the official deeplab repository to generate the tfrecords.
For labeled data, it should be quite straightforward to adapt the code. For unlabeled data, you will need to first create some fake label files (same size as the image, but filled with ignored values (default: 255)), and then adapt the code.
If I want to use your method on other datasets, how can I generate the tfrecord file ? Can you share the code for generating tfrecord?
The text was updated successfully, but these errors were encountered: