google / tipsv2-b14-dpt

huggingface.co
Total runs: 11.7K
24-hour runs: 1.6K
7-day runs: 3.1K
30-day runs: 10.6K
Model's Last Updated: July 02 2026
depth-estimation

Introduction of tipsv2-b14-dpt

Model Details of tipsv2-b14-dpt

TIPSv2 — B/14 DPT Heads

DPT (Dense Prediction Transformer) heads for depth estimation, surface normal prediction, and semantic segmentation on top of the frozen TIPSv2 B/14 backbone. The backbone is loaded automatically. The depth and normals heads are trained on the NYU Depth V2 dataset and segmentation is trained on the ADE20K dataset (150 classes).

Usage
pip install transformers torch torchvision sentencepiece
from transformers import AutoModel
from torchvision import transforms
from PIL import Image
import requests

model = AutoModel.from_pretrained("google/tipsv2-b14-dpt", trust_remote_code=True)
model.eval().cuda()

url = "https://raw.githubusercontent.com/google-deepmind/tips/main/scenic/images/example_image_2.jpg"
image = Image.open(requests.get(url, stream=True).raw)
transform = transforms.Compose([transforms.Resize((448, 448)), transforms.ToTensor()])
pixel_values = transform(image).unsqueeze(0).cuda()

# All tasks at once
outputs = model(pixel_values)
print(outputs.depth.shape)         # (1, 1, 448, 448) — depth map
print(outputs.normals.shape)       # (1, 3, 448, 448) — surface normals
print(outputs.segmentation.shape)  # (1, 150, 448, 448) — segmentation logits

# Or individual tasks (only runs the requested head)
depth = model.predict_depth(pixel_values)
normals = model.predict_normals(pixel_values)
seg = model.predict_segmentation(pixel_values)
print(seg.argmax(dim=1).shape)     # (1, 448, 448) — per-pixel class prediction
Model details
  • Backbone : TIPSv2 B/14 (loaded automatically)
  • Heads : ~72M total params (depth + normals + segmentation)
  • Depth & normals : NYU Depth V2
  • Segmentation : ADE20K, 150 classes
  • Input : images in [0, 1] range, any resolution (multiples of 14 recommended)
License

Apache 2.0

Citation
@inproceedings{cao2026tipsv2,
  title     = {{TIPSv2: Advancing Vision-Language Pretraining with Enhanced Patch-Text Alignment}},
  author    = {Cao, Bingyi and Chen, Koert and Maninis, Kevis-Kokitsi and Chen, Kaifeng and Karpur, Arjun and Xia, Ye and Dua, Sahil and Dabral, Tanmaya and Han, Guangxing and Han, Bohyung and Ainslie, Joshua and Bewley, Alex and Jacob, Mithun and Wagner, Rene and Ramos, Washington and Choromanski, Krzysztof and Seyedhosseini, Mojtaba and Zhou, Howard and Araujo, Andre},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
  year      = {2026}
}

Runs of google tipsv2-b14-dpt on huggingface.co

11.7K
Total runs
1.6K
24-hour runs
1.9K
3-day runs
3.1K
7-day runs
10.6K
30-day runs

More Information About tipsv2-b14-dpt huggingface.co Model

More tipsv2-b14-dpt license Visit here:

https://choosealicense.com/licenses/apache-2.0

tipsv2-b14-dpt huggingface.co

tipsv2-b14-dpt huggingface.co is an AI model on huggingface.co that provides tipsv2-b14-dpt's model effect (), which can be used instantly with this google tipsv2-b14-dpt model. huggingface.co supports a free trial of the tipsv2-b14-dpt model, and also provides paid use of the tipsv2-b14-dpt. Support call tipsv2-b14-dpt model through api, including Node.js, Python, http.

tipsv2-b14-dpt huggingface.co Url

https://huggingface.co/google/tipsv2-b14-dpt

google tipsv2-b14-dpt online free

tipsv2-b14-dpt huggingface.co is an online trial and call api platform, which integrates tipsv2-b14-dpt's modeling effects, including api services, and provides a free online trial of tipsv2-b14-dpt, you can try tipsv2-b14-dpt online for free by clicking the link below.

google tipsv2-b14-dpt online free url in huggingface.co:

https://huggingface.co/google/tipsv2-b14-dpt

tipsv2-b14-dpt install

tipsv2-b14-dpt is an open source model from GitHub that offers a free installation service, and any user can find tipsv2-b14-dpt on GitHub to install. At the same time, huggingface.co provides the effect of tipsv2-b14-dpt install, users can directly use tipsv2-b14-dpt installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

tipsv2-b14-dpt install url in huggingface.co:

https://huggingface.co/google/tipsv2-b14-dpt

Url of tipsv2-b14-dpt

tipsv2-b14-dpt huggingface.co Url

Provider of tipsv2-b14-dpt huggingface.co

google
ORGANIZATIONS

Other API from google

huggingface.co

Total runs: 9.9M
Run Growth: -2.6M
Growth Rate: -26.06%
Updated:July 21 2026
huggingface.co

Total runs: 5.2M
Run Growth: 1.1M
Growth Rate: 20.49%
Updated:April 04 2025
huggingface.co

Total runs: 5.1M
Run Growth: -532.7K
Growth Rate: -10.41%
Updated:July 21 2026
huggingface.co

Total runs: 3.9M
Run Growth: 940.8K
Growth Rate: 24.22%
Updated:July 21 2026
huggingface.co

Total runs: 1.9M
Run Growth: -295.2K
Growth Rate: -15.36%
Updated:August 14 2025
huggingface.co

Total runs: 1.7M
Run Growth: -41.7K
Growth Rate: -2.49%
Updated:July 17 2023
huggingface.co

Total runs: 1.3M
Run Growth: -1.0M
Growth Rate: -75.74%
Updated:March 22 2025
huggingface.co

Total runs: 1.2M
Run Growth: -77.7K
Growth Rate: -6.33%
Updated:March 22 2025
huggingface.co

Total runs: 845.8K
Run Growth: -8.8K
Growth Rate: -1.04%
Updated:March 22 2025
huggingface.co

Total runs: 728.5K
Run Growth: -87.4K
Growth Rate: -12.00%
Updated:July 16 2026
huggingface.co

Total runs: 698.4K
Run Growth: 142.0K
Growth Rate: 20.33%
Updated:August 28 2024
huggingface.co

Total runs: 630.4K
Run Growth: 328.6K
Growth Rate: 52.12%
Updated:September 18 2023
huggingface.co

Total runs: 600.8K
Run Growth: -331.6K
Growth Rate: -56.17%
Updated:October 11 2023
huggingface.co

Total runs: 604.9K
Run Growth: -255.2K
Growth Rate: -43.41%
Updated:February 29 2024
huggingface.co

Total runs: 527.6K
Run Growth: -124.0K
Growth Rate: -23.51%
Updated:April 29 2024
huggingface.co

Total runs: 517.7K
Run Growth: -17.0K
Growth Rate: -3.24%
Updated:July 17 2023
huggingface.co

Total runs: 515.0K
Run Growth: -541.1K
Growth Rate: -105.06%
Updated:July 16 2026
huggingface.co

Total runs: 474.7K
Run Growth: 151.0K
Growth Rate: 31.82%
Updated:August 28 2024
huggingface.co

Total runs: 452.2K
Run Growth: 165.8K
Growth Rate: 36.66%
Updated:October 29 2025
huggingface.co

Total runs: 358.2K
Run Growth: -43.9K
Growth Rate: -12.27%
Updated:July 16 2026
huggingface.co

Total runs: 308.8K
Run Growth: -14.7K
Growth Rate: -4.77%
Updated:January 25 2023
huggingface.co

Total runs: 276.7K
Run Growth: 47
Growth Rate: 0.02%
Updated:August 08 2024
huggingface.co

Total runs: 244.1K
Run Growth: -76.9K
Growth Rate: -31.51%
Updated:January 25 2023
huggingface.co

Total runs: 230.0K
Run Growth: 45.7K
Growth Rate: 19.87%
Updated:November 27 2023
huggingface.co

Total runs: 223.6K
Run Growth: -1.1M
Growth Rate: -491.64%
Updated:August 14 2025
huggingface.co

Total runs: 216.2K
Run Growth: 2.6K
Growth Rate: 1.20%
Updated:May 27 2026
huggingface.co

Total runs: 199.2K
Run Growth: 34.6K
Growth Rate: 17.38%
Updated:July 03 2023
huggingface.co

Total runs: 164.0K
Run Growth: 143.5K
Growth Rate: 87.50%
Updated:July 28 2026
huggingface.co

Total runs: 160.8K
Run Growth: -390
Growth Rate: -0.24%
Updated:November 28 2023
huggingface.co

Total runs: 160.6K
Run Growth: -23.8K
Growth Rate: -14.82%
Updated:January 25 2023
huggingface.co

Total runs: 148.0K
Run Growth: -114.8K
Growth Rate: -77.56%
Updated:July 10 2025
huggingface.co

Total runs: 124.6K
Run Growth: 63.9K
Growth Rate: 51.29%
Updated:September 27 2024
huggingface.co

Total runs: 118.9K
Run Growth: -113.7K
Growth Rate: -95.60%
Updated:January 25 2023
huggingface.co

Total runs: 112.9K
Run Growth: 48.0K
Growth Rate: 42.52%
Updated:August 28 2024
huggingface.co

Total runs: 108.2K
Run Growth: 5.2K
Growth Rate: 4.79%
Updated:September 27 2024
huggingface.co

Total runs: 103.3K
Run Growth: -203.5K
Growth Rate: -200.54%
Updated:July 16 2026
huggingface.co

Total runs: 87.6K
Run Growth: 21
Growth Rate: 0.02%
Updated:May 27 2022
huggingface.co

Total runs: 84.1K
Run Growth: -16.2K
Growth Rate: -19.24%
Updated:July 16 2026
huggingface.co

Total runs: 77.7K
Run Growth: -8.0K
Growth Rate: -10.34%
Updated:August 08 2024