wss
wss copied to clipboard
tfrecord file?
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?
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.