Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
ddoc
/
con
like
0
Model card
Files
Files and versions
xet
Community
main
con
/
annotator
/
oneformer
/
detectron2
/
layers
/
csrc
/
README.md
ddoc
Upload 921 files
9855482
about 2 years 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`
.