Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
houyuanchen
/
lino
like
4
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
lino
/
src
/
models
/
utils
/
write_depth_image.py
algohunt
initial_commit
c295391
13 days ago
raw
Copy download link
history
blame
contribute
delete
142 Bytes
import
scipy.io
def
write_depth_image
(
data, filename
):
# kernel = 1st or 2nd
scipy.io.savemat(filename, {
'name'
:data})
return
1