Hugging Face
Models
Datasets
Spaces
Community
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
wuchendi
commited on
May 13, 2025
Commit
e7a6c95
·
verified
·
1 Parent(s):
f59dca1
Create test.py
Browse files
Files changed (1)
hide
show
test.py
+6
-0
test.py
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
import torch
2
+
x = torch.rand(5, 3)
3
+
print(x)
4
+
5
+
print(torch.__version__)
6
+
print(torch.cuda.is_available())