Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
zhengchong/CatVTON
aiqcamp
/
ENGLISH-Speaking-Scoring
like
36
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c1da3e0
ENGLISH-Speaking-Scoring
/
detectron2
/
layers
/
csrc
/
README.md
zhengchong
Upload 311 files
83897ab
verified
10 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`
.