croco icon indicating copy to clipboard operation
croco copied to clipboard

Results 17 croco issues
Sort by recently updated
recently updated
newest added

Does it take more time than pretraining? And is there any consideration for not using 8 GPUs but 3GPUs?

allow_tf32 can screw up stuff that relies on high precision, don't hardcode. In my case, it messed up torch.cdist so that a bunch of small values went to 0 (not...

`File "/home/dust3r/croco/models/curope/curope2d.py", line 22, in forward _kernels.rope_2d( tokens, positions, base, F0 ) RuntimeError: tokens must have 4 dimensions` I encountered this error, can anyone tell me how to fix it?...

Great work and thanks for the code. The croco v2 carefully curated the dataset, I am curious about whether you have tried some strong data augmentation like dinov2? and I...

Hi, have you done any ablation experiments on **Croco** on 3D vision tasks by pre-training on imagenet?

Tensor.type() is decrecated and new cuda compilers give an error when using it. Changing tokens.type() to tokens.scalar_type() may solve it.

Good morning, I am working with the CroCo model and would like to extract the output from an intermediate block (e.g., the 9th block) to use for a downstream task....

Hi! Thanks for the great project. I wanted to use mast3r under mixed precision training but croco reported the following error: ``` File "/root/theia_private/src/theia/foundation_models/vision_models/mast3r.py", line 45, in get_mast3r_feature │ │...

I downloaded the **habitat-test-scenes dataset** and did the steps in [habitat_sim](https://github.com/naver/croco/blob/master/datasets/habitat_sim/README.MD) what I get is below ![Image](https://github.com/user-attachments/assets/264d5bf9-44e4-48ca-b0f7-ffa06e66961b) but in the process of create `PairDatasets` , it needs a "pairs.txt". The...