- Dec 02, 2024
-
-
Joseph Omar authored
-
- Feb 22, 2024
-
-
Patrick Labatut authored
Use size instead of scale factor to specify the output size of nn.interpolate(): this avoids any rounding issue leading to mismatching output size and consistently generate the same output size as with the previous kludge (from facebookresearch/dino#8).
-
- Dec 01, 2023
-
-
qasfb authored
Account for register tokens in get_intermediate_layers
-
- Oct 27, 2023
-
-
Patrick Labatut authored
-
qasfb authored
* Update param_groups.py Update lr decay rates for reg tokens * Update param_groups.py
-
Patrick Labatut authored
-
Patrick Labatut authored
-
Patrick Labatut authored
Add new backbones (and matching linear classification heads) trained with 4 registers following [Vision Transformers Need Registers](https://arxiv.org/abs/2309.16588).
-
- Sep 30, 2023
-
-
Patrick Labatut authored
Pass scale factor as a tuple of floats to F.interpolate() to allow tracing.
-
Patrick Labatut authored
Add streamlined model versions w/o the mmcv dependency to directly load them via torch.hub.load().
-
Patrick Labatut authored
Add streamlined model versions w/o the mmcv dependency to directly load them via torch.hub.load().
-
Patrick Labatut authored
Ignore import warnings in hubconf and trigger lint workflow on PR.
-
- Sep 27, 2023
-
-
Patrick Labatut authored
Rework support code for torch.hub.load() to allow reusing shared functions and eventually expose more models.
-
- Aug 31, 2023
-
-
Patrick Labatut authored
Update the top-level README to make it clearer what's currently available.
-
Patrick Labatut authored
-
Patrick Labatut authored
Add semantic segmentation (Mask2Former based on ViT-Adapter) code + update demo notebook for segmentation with a dedicated section.
-
Patrick Labatut authored
Add semantic segmentation (linear) code + demo notebook
-
Patrick Labatut authored
Add depth estimation code + demo notebook
-
Patrick Labatut authored
Add (optional) extras dependencies for dense tasks (mmcv and mmsegmentation) to conda and pip requirements.
-
Patrick Labatut authored
Update code and models license from CC-BY-NC to Apache 2.0 in headers and other files.
-
- Aug 30, 2023
-
-
qasfb authored
We put default number of nodes to 1 in particular so that the linear evaluation with 8 GPUs has a global batch size of 1024, to reproduce the results.
-
Patrick Labatut authored
Allow disabling the use of xFormers (for inference) by simply setting the XFORMERS_DISABLED environment variable
-
- Aug 29, 2023
-
-
Patrick Labatut authored
Add missing explicit layers argument
-
- Aug 24, 2023
-
-
Leonid Ganeline authored
Passing a list as default argument is not recommended.
-
Leonid Ganeline authored
Issue: flake8 processes the venv dir. Change: added `exclude = venv` to flake8 conf
-
- Aug 23, 2023
-
-
Patrick Labatut authored
-
- Apr 27, 2023
-
-
Alexander Seiler authored
Signed-off-by:
Alexander Seiler <seileralex@gmail.com>
-
- Apr 26, 2023
-
-
Patrick Labatut authored
Remove hardcoded selection of operator implementation and use xFormers fMHA dispatcher instead.
-
Patrick Labatut authored
Fix linear classifier wrapper in PyTorch Hub configuration module to support multi-sample batches.
-
- Apr 25, 2023
-
-
Patrick Labatut authored
Document and fix implementation of extra metadata generation for ImageNet-1k.
-
Patrick Labatut authored
Remove unused sample decoding interface in datasets.
-
- Apr 19, 2023
-
-
Patrick Labatut authored
Installation, dependencies and Python module search path as well as a few other things.
-
Aryan Utkarsh authored
-
- Apr 18, 2023
-
-
Patrick Labatut authored
Fix author name.
-
- Apr 17, 2023
-
-
Patrick Labatut authored
-