Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
lokesh341/surveillance
nagasurendra
/
surveillance
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2bcb413
surveillance
/
services
/
shadow_detection.py
SuriRaja
Create shadow_detection.py
d499e9b
5 months ago
raw
Copy download link
history
blame
Safe
129 Bytes
import
random
def
detect_shadow_coverage
(
image_path
):
shadow_percent = random.randint(
25
,
40
)
return
shadow_percent >
30