Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
cmahima/virtual-tryon-demo
Smiley0707
/
virtual-tryon-demo
like
0
Running
on
Zero
App
Files
Files
Community
1035848
virtual-tryon-demo
/
detectron2
/
layers
/
csrc
/
README.md
cmahima
Upload 178 files
689a1f3
verified
3 months ago
preview
code
|
raw
Copy download link
history
blame
Safe
122 Bytes
To add a new Op:
1.
Create a new directory
2.
Implement new ops there
3.
Delcare its Python interface in
`vision.cpp`
.