patriciogonzalezvivo / prisma

Computational photography pipeline that performs multiple inferences from any image or video.
Other
204 stars 8 forks source link

NVDS for fixing temporal issues? #3

Open luuude opened 7 months ago

luuude commented 7 months ago

I have experimented with NVDS with some quite interesting results, perhaps you would like to add it to Prisma?https://github.com/RaymondWang987/NVDS

Very cool this Prisma project btw, checking it out now!

patriciogonzalezvivo commented 7 months ago

Oh wow! I give it a try! Thank you for the tip!

patriciogonzalezvivo commented 6 months ago

Ok, we are on track with this. Reading the dependencies it uses mmseg (which is already supported) and GMFlow which is consider SotA. I just added support for it (along with RAFT) https://github.com/patriciogonzalezvivo/prisma/commit/8ea8a86a7f074545b13aa78c9f4e98cf9edb5e2f

There are some duplication, that I will clean later. Also, I should probably have default depth and flow bands pointing to a safe default, like depth_zoedepth and flow_gmflow.

After that I will move along to add depth consistency for all depth_* bands using NVDS

luuude commented 6 months ago

Wow that was fast! Should I close this issue?

patriciogonzalezvivo commented 6 months ago

Thanks! let's keep it open. And close it when NVDS is added.