davidtvs / PyTorch-ENet

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

Test on video #28

Closed xxxxxxxiao closed 4 years ago

xxxxxxxiao commented 5 years ago

Hello! Thank you for your codes. The architecture works great on images. But when I tried to test on videos to implement real-time semantic segmentation the result was unsatisfactory. I used opencv to read and write the video. Do you have any ideas how to solve the issue, or how to get a better result when running the model on videos? Thanks!

davidtvs commented 5 years ago

I think you'll see the most improvement if you fine-tune the network with a dataset that represents the video content better then the pre-trained models