Commit ·
341570c
1
Parent(s): 8fbe6d8
First model version
Browse files
start.sh
ADDED
|
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
dir_videos='/apdcephfs/share_1290939/raphaelliu/EvalCrafter/videos'
|
| 2 |
+
|
| 3 |
+
# dir_videos='/apdcephfs/share_1290939/raphaelliu/Vid_Eval/Video_Gen/prompt700-release/lavie/base'
|
| 4 |
+
# dir_videos='/apdcephfs/share_1290939/raphaelliu/Vid_Eval/Video_Gen/prompt700-release/lavie/interpolation'
|
| 5 |
+
# dir_videos='/apdcephfs/share_1290939/raphaelliu/Vid_Eval/Video_Gen/prompt700-release/lavie/vsr'
|
| 6 |
+
# dir_videos='/apdcephfs/share_1290939/raphaelliu/Vid_Eval/Video_Gen/prompt700-release/lavie/vsr_interpolation'
|
| 7 |
+
# dir_videos='/apdcephfs/share_1290939/raphaelliu/Vid_Eval/Video_Gen/prompt700-release/gen2_december'
|
| 8 |
+
# dir_videos='/apdcephfs/share_1290939/raphaelliu/Vid_Eval/Video_Gen/prompt700-release/pika_v1_december'
|
| 9 |
+
dir_videos='/apdcephfs/share_1290939/raphaelliu/Vid_Eval/Video_Gen/prompt700-release/mix-aug-sr'
|
| 10 |
+
dir_videos='/apdcephfs/share_1290939/raphaelliu/Vid_Eval/Video_Gen/prompt700-release/mix-sr'
|
| 11 |
+
dir_videos='/apdcephfs/share_1290939/raphaelliu/Vid_Eval/Video_Gen/prompt700-release/MoonValley'
|
| 12 |
+
dir_videos='/apdcephfs/share_1290939/raphaelliu/Vid_Eval/Video_Gen/prompt700-release/HiDream'
|
| 13 |
+
|
| 14 |
+
# dir_videos='/apdcephfs/share_1290939/raphaelliu/Vid_Eval/Video_Gen/prompt500-release/gen2'
|
| 15 |
+
# [need for speicific platform] pip install spatial_correlation_sampler
|
| 16 |
+
# pip install spatial_correlation_sampler==0.4.0 --index-url https://mirrors.tencent.com/pypi/simple/
|
| 17 |
+
|
| 18 |
+
# sleep 1h
|
| 19 |
+
# Celebrity ID Score
|
| 20 |
+
cd metrics/deepface
|
| 21 |
+
python3 celebrity_id_score.py --dir_videos $dir_videos
|
| 22 |
+
|
| 23 |
+
# IS
|
| 24 |
+
# cd ..
|
| 25 |
+
# python3 is.py --dir_videos $dir_videos &
|
| 26 |
+
|
| 27 |
+
# # # OCR Score
|
| 28 |
+
# python3 ocr_score.py --dir_videos $dir_videos --metric 'ocr_score'
|
| 29 |
+
|
| 30 |
+
# # # VQA_A and VQA_T
|
| 31 |
+
# cd DOVER
|
| 32 |
+
# python3 evaluate_a_set_of_videos.py --dir_videos $dir_videos
|
| 33 |
+
|
| 34 |
+
# cd ..
|
| 35 |
+
# cd Scores_with_CLIP
|
| 36 |
+
# CLIP-Score
|
| 37 |
+
# python3 Scores_with_CLIP.py --dir_videos $dir_videos --metric 'clip_score'
|
| 38 |
+
# # Face Consistency
|
| 39 |
+
# python3 Scores_with_CLIP.py --dir_videos $dir_videos --metric 'face_consistency_score'
|
| 40 |
+
# # SD-Score
|
| 41 |
+
# python3 Scores_with_CLIP.py --dir_videos $dir_videos --metric 'sd_score'
|
| 42 |
+
# # BLIP-BLUE
|
| 43 |
+
# python3 Scores_with_CLIP.py --dir_videos $dir_videos --metric 'blip_bleu'
|
| 44 |
+
# # CLIP-Temp
|
| 45 |
+
# python3 Scores_with_CLIP.py --dir_videos $dir_videos --metric 'clip_temp_score'
|
| 46 |
+
|
| 47 |
+
# # # # Action Score
|
| 48 |
+
# cd ..
|
| 49 |
+
# cd mmaction2/demo
|
| 50 |
+
# python3 action_score.py --dir_videos $dir_videos --metric 'action_score'
|
| 51 |
+
|
| 52 |
+
# cd ..
|
| 53 |
+
# cd ..
|
| 54 |
+
# cd RAFT
|
| 55 |
+
# # Flow-Score
|
| 56 |
+
# python3 optical_flow_scores.py --dir_videos $dir_videos --metric 'flow_score' &
|
| 57 |
+
# # Motion AC-Score
|
| 58 |
+
# python3 optical_flow_scores.py --dir_videos $dir_videos --metric 'motion_ac_score'
|
| 59 |
+
# # Warping Error
|
| 60 |
+
# python3 optical_flow_scores.py --dir_videos $dir_videos --metric 'warping_error'
|
| 61 |
+
|
| 62 |
+
# cd ..
|
| 63 |
+
# cd Segment-and-Track-Anything
|
| 64 |
+
# # Count-Score
|
| 65 |
+
# python3 object_attributes_eval.py --dir_videos $dir_videos --metric 'count_score' &
|
| 66 |
+
# # # Color-Score
|
| 67 |
+
# python3 object_attributes_eval.py --dir_videos $dir_videos --metric 'color_score'
|
| 68 |
+
# # Detection-Score
|
| 69 |
+
# python3 object_attributes_eval.py --dir_videos $dir_videos --metric 'detection_score'
|
| 70 |
+
|
| 71 |
+
|
| 72 |
+
# # # Final results
|
| 73 |
+
# cd ..
|
| 74 |
+
# cd ..
|
| 75 |
+
# python eval_from_metrics.py
|
| 76 |
+
|
| 77 |
+
# # # # mv /apdcephfs/share_1290939/raphaelliu/EvalCrafter/results /apdcephfs/share_1290939/raphaelliu/EvalCrafter/results_interpolation
|
| 78 |
+
|