Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated fromΒ
patrickligardes/virtualfit
patrickligardes
/
Dressfit
like
1
Running
on
Zero
App
Files
Files
0f37c73
Dressfit
/
detectron2
/
layers
/
csrc
/
README.md
IDM-VTON
update IDM-VTON Demo
938e515
8 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`
.