Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cherubicxn
/
ScaleLSD
like
2
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ScaleLSD
/
scalelsd
/
base
/
csrc
/
binding.cpp
Nan Xue
update
4c954ae
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
136 Bytes
#
include
"linesegment.h"
PYBIND11_MODULE
(TORCH_EXTENSION_NAME, m) {
m.
def
(
"encodels"
, &encodels,
"Encoding line segments to maps"
);
}