-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_commands.txt
More file actions
17 lines (12 loc) · 962 Bytes
/
test_commands.txt
File metadata and controls
17 lines (12 loc) · 962 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#Good Image
python -m src.models.unified_classifier --image_path data/processed/horizon_detector/test/horizon/B3_ER_640x480_5_hflip.jpg --visualize
#Bad Image With Flare
python -m src.models.unified_classifier --image_path data/processed/horizon_detector/test/no_horizon/B3_SB_320x240_12.jpg --visualize
#Bad Quality with Flare and Horizon
python -m src.models.unified_classifier --image_path data/processed/quality_detector/test/bad/B3_HZ_320x240_25_hflip.jpg --visualize
#Good Image With No Horizon
python -m src.models.unified_classifier --image_path data/processed/horizon_detector/test/no_horizon/B3_ER_320x240_80.jpg --visualize
#Horizon Predection
python -m src.detection.horizon_evaluation --image_path data/processed/horizon_detector/test/horizon/B3_ER_640x480_5_hflip.jpg --show
#No Horizon Predection
python -m src.detection.horizon_evaluation --image_path data/processed/horizon_detector/test/no_horizon/B4_SB_640x480_48_complete.jpg --show