Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
wuchendi
/
MODNet
like
3
Image Segmentation
Transformers.js
ONNX
modnet
vision
background-removal
portrait-matting
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
Use this model
3bc2007
MODNet
/
test.py
wuchendi
Create test.py
e7a6c95
verified
12 months ago
raw
Copy download link
history
blame
102 Bytes
import
torch
x = torch.rand(
5
,
3
)
print
(x)
print
(torch.__version__)
print
(torch.cuda.is_available())