Most of the code under src/model/encoder/backbone/croco/ is from the original CROCO implementation. The code is not modified in any way except the relative module path. The original code can be found at croco Github Repo.
Except:
- 'misc.py', 'patch_embed.py' is from DUSt3R.