Skip to content

Commit

Permalink
changing run demo
Browse files Browse the repository at this point in the history
  • Loading branch information
mmikami123 committed Dec 7, 2024
1 parent 8c0493d commit 6bb382a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ python3 color_correction/PyTorch/demo_single_image.py --i "combined_demo/input-i
python3 face_detect/facedec/facedetect.py --i "combined_demo/intermediate-imgs/white-balanced.jpg"

# Run color analysis
python3 color_analysis/color_analysis.py --i "combined_demo/output-imgs/cropped.jpg"
python3 color_analysis/color_analysis_model.py --i "combined_demo/output-imgs/cropped.jpg"

# run below script in command line to test
# ./run_demo.sh [image-name.jpg]
Expand Down

0 comments on commit 6bb382a

Please sign in to comment.