File tree 1 file changed +12
-3
lines changed
1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,15 @@ module load python
11
11
12
12
source .venv/bin/activate
13
13
14
- python3 feature_order/feature_order.py --bbox_dir " /data/EECS-YuanLab/COCO/butd_box/" \
15
- --feature_dir " /data/EECS-YuanLab/COCO/butd_clip/" \
16
- --output_dir " /data/scratch/eey362/butd_clip_sorted/" \
14
+ python3 -m pip install opencv-python
15
+ python3 -m pip install opencv-contrib-python
16
+
17
+ # python3 feature_order/feature_order.py --bbox_dir "/data/EECS-YuanLab/COCO/butd_box/" \
18
+ # --feature_dir "/data/EECS-YuanLab/COCO/butd_clip/" \
19
+ # --output_dir "/data/scratch/eey362/butd_clip_sorted/" \
20
+
21
+ python3 feature_order/saliency.py --karpathy_json_path " /data/EECS-YuanLab/COCO/dataset_coco.json" \
22
+ --image_dir " " \
23
+ --feature_dir " /data/EECS-YuanLab/COCO/butd_att/" \
24
+ --bbox_dir " /data/EECS-YuanLab/COCO/butd_box/" \
25
+ --output_dir " /data/scratch/eey362/butd_att_sorted_saliency/data/PublicDataSets/Coco-2014/" \
You can’t perform that action at this time.
0 commit comments