EPFL-VILAB / omnidata

A Scalable Pipeline for Making Steerable Multi-Task Mid-Level Vision Datasets from 3D Scans [ICCV 2021]
Other
395 stars 49 forks source link

Update timm model name #35

Open kulits opened 1 year ago

kulits commented 1 year ago

vit_base_resnet50_384 was a deprecated (now-removed) alias for vit_base_r50_s16_384 (see [here]). This PR makes omnidata-tools compatible with recent versions of timm and does not affect compatibility with the timm version listed in the existing requirements.txt.