A newer version of the Gradio SDK is available:
5.37.0
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.