davidtvs / PyTorch-ENet

PyTorch implementation of ENet
MIT License
383 stars 129 forks source link

How do I save the output file? #22

Closed Taeuk-Jang closed 5 years ago

Taeuk-Jang commented 5 years ago

Hi, first of all, thank you for the great work! I am newcommer for the pytorch and computer vision area, I trained and tested for the cityscapes ( for testing I used some of validation data to see if it works properly). I am curious how to save the output file that is segmented. or testing my own photos that don't have annotated data with them?

Thank you again!

davidtvs commented 5 years ago

Does #18 answer your question?