vision icon indicating copy to clipboard operation
vision copied to clipboard

[WIP] crestereo draft implementation

Open TeodorPoncu opened this issue 2 years ago • 0 comments

This is a draft version for the CREStereo model implementation.

It's over-commented for easier readability for those that are unfamiliar with the paper.

It also makes use of ModuleDicts and Dicts to process / access feature pyramid level instead of ModuleLists and Lists for readability purposes.

TeodorPoncu avatar Jul 25 '22 14:07 TeodorPoncu

you also need to add from .crestereo import * to torchvision/prototype/models/depth/stereo/__init__.py

jdsgomes avatar Aug 16 '22 13:08 jdsgomes

@TeodorPoncu Oh ya, also please resolve the conflict on the test files

YosuaMichael avatar Sep 14 '22 09:09 YosuaMichael