Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ginipick
/
fit
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
fit
/
detectron2
/
layers
/
csrc
/
README.md
IDM-VTON
update IDM-VTON Demo
938e515
about 1 year ago
preview
code
|
raw
Copy download link
history
blame
contribute
delete
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`
.