CSAILVision / semantic-segmentation-pytorch

Pytorch implementation for Semantic Segmentation/Scene Parsing on MIT ADE20K dataset
http://sceneparsing.csail.mit.edu/
BSD 3-Clause "New" or "Revised" License
4.96k stars 1.1k forks source link

[Question] Piping video into the test model? #241

Open Trinity-Actual opened 4 years ago

Trinity-Actual commented 4 years ago

Hi thank you for making a great scene segmentation repo,

Was just wondering if I were to try and pipe a video file/camera output into the model, which config file or python code file would i need to be looking at to tweak in order to allow the argument input path to be fitted to a video file or stream?

Is it possible to create the new argument in the test.py file or go into another file to make changes!

Thanks.

jyp0802 commented 3 years ago

@Trinity-Actual Have you managed to do it?