Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
franciszzj/Leffa
Himanshu806
/
Leffa
like
0
Running
on
Zero
App
Files
Files
Community
dd14542
Leffa
/
detectron2
/
layers
/
csrc
/
README.md
franciszzj
init code
b213d84
12 days 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`
.