Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
axelhortua
/
Object-segmentation
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e98ae33
Object-segmentation
/
src
/
testing.py
Alex Hortua
Creating new implementation of this code
380570c
16 days ago
raw
Copy download link
history
blame
Safe
130 Bytes
from
app
import
create_anaglyph
# Provide paths to your test images
create_anaglyph(
"person.png"
,
"bg.png"
,
"test_anaglyph.png"
)