Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nnibras
/
LAB4
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
LAB4
/
utils
/
config.py
nnibras
Upload 17 files
6aab31e
verified
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
172 Bytes
# Constants for depth levels
DISPARITY_LEVELS = {
"close"
:
10
,
"medium"
:
5
,
"far"
:
2
}
# Default positions for overlaying segmented images
DEFAULT_POSITION = (
50
,
100
)