alexnasa's picture
Upload 243 files
2568013 verified
|
raw
history blame
366 Bytes

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.