torrvision / crfasrnn

This repository contains the source code for the semantic image segmentation method described in the ICCV 2015 paper: Conditional Random Fields as Recurrent Neural Networks. http://crfasrnn.torr.vision/
Other
1.34k stars 460 forks source link

Processing multiple images in parallel #154

Open akashdexati opened 6 years ago

akashdexati commented 6 years ago

@sadeepj @bittnt Is it possible to process multiple images simultaneously via Multithreading. Can you please suggest - the required changes to be made for this.

Thanks Akash