SS_solar_POC_ver-1.0 / services /shadow_detection.py
SathvikGanta's picture
Upload 16 files
197e2d4 verified
raw
history blame contribute delete
129 Bytes
import random
def detect_shadow_coverage(image_path):
shadow_percent = random.randint(25, 40)
return shadow_percent > 30