viep-fault-detection / shadow_detection.py
Sanjayraju30's picture
Create shadow_detection.py
6b8e2b8 verified
raw
history blame
130 Bytes
import random
def detect_shadow_coverage(image_path):
shadow_percent = random.randint(25, 40)
return shadow_percent > 30