From 7973121390a77cfdb9dba84b7e386620e0af6b82 Mon Sep 17 00:00:00 2001 From: fibrahim30 Date: Mon, 18 Dec 2023 19:24:15 -0500 Subject: [PATCH] Trying to resolve the Non-unique filenames Issue #54 --- i5O_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i5O_run.sh b/i5O_run.sh index 9c20d00..7e72d64 100755 --- a/i5O_run.sh +++ b/i5O_run.sh @@ -41,7 +41,7 @@ python3 ./main.py \ feature_type=i3d \ device="cuda:0" \ video_paths=$lst \ - output_path="/data/fady/aar/TemporalMaxer/data/i5O/features_i3d/" \ + output_path="/data/fady/aar/TemporalMaxer/data/i5O/features_i3d/$folder" \ on_extraction="save_numpy"