isl-org / DPT

Dense Prediction Transformers
MIT License
1.96k stars 254 forks source link

Is it possible to run depth estimation and segmentation at the same time? #33

Closed llbb3322 closed 3 years ago

llbb3322 commented 3 years ago

I made a webcam interface based on run_seg and run_mono, I am wondering is there any method that can make both model run at the same time?

ranftlr commented 3 years ago

I haven't tried, but I don't see anything that would prohibit instantiating both within the same script and running them on the same frame.