Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nvn04
/
DemoStyleSnap
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
297a3c0
DemoStyleSnap
/
detectron2
/
layers
/
csrc
/
README.md
nvn04
Initial push
e65a343
verified
7 months ago
preview
code
|
raw
Copy download link
history
blame
Safe
129 Bytes
To add a new Op:
1.
Create a new directory
2.
Implement new ops there
3.
Delcare its Python interface in
`vision.cpp`
.