Meehai commited on
Commit
1fd58e0
·
1 Parent(s): 6c5ca21
vre_dronescapes/cfg.yaml CHANGED
@@ -6,20 +6,19 @@ default_io_parameters:
6
  default_learned_parameters:
7
  device: ${oc.env:VRE_DEVICE,cpu}
8
 
 
 
 
9
  representations:
10
  rgb:
11
  type: default/rgb
12
  dependencies: []
13
  parameters: {}
14
- compute_parameters:
15
- batch_size: 15
16
 
17
  edges_dexined:
18
  type: edges/dexined
19
  dependencies: []
20
  parameters: {}
21
- compute_parameters:
22
- batch_size: 15
23
 
24
  opticalflow_rife:
25
  type: optical-flow/rife
@@ -27,8 +26,6 @@ representations:
27
  parameters:
28
  uhd: False
29
  compute_backward_flow: False
30
- compute_parameters:
31
- batch_size: 15
32
 
33
  semantic_mask2former_coco_47429163_0:
34
  type: semantic-segmentation/mask2former
 
6
  default_learned_parameters:
7
  device: ${oc.env:VRE_DEVICE,cpu}
8
 
9
+ default_compute_parameters:
10
+ batch_size: 15
11
+
12
  representations:
13
  rgb:
14
  type: default/rgb
15
  dependencies: []
16
  parameters: {}
 
 
17
 
18
  edges_dexined:
19
  type: edges/dexined
20
  dependencies: []
21
  parameters: {}
 
 
22
 
23
  opticalflow_rife:
24
  type: optical-flow/rife
 
26
  parameters:
27
  uhd: False
28
  compute_backward_flow: False
 
 
29
 
30
  semantic_mask2former_coco_47429163_0:
31
  type: semantic-segmentation/mask2former
vre_dronescapes/commands.txt CHANGED
@@ -1,25 +1,27 @@
 
 
1
  tmux new -s vre_atanasie
2
- VRE_DEVICE=cuda CUDA_VISIBLE_DEVICES=0 vre ../raw_data/videos/atanasie_DJI_0652_full/atanasie_DJI_0652_full_540p.mp4 -o atanasie_DJI_0652_full/ --cfg_path cfg.yaml --output_dir_exists_mod skip_computed --representations rgb semantic_mask2former_mapillary_49189528_0 semantic_mask2former_coco_47429163_0 depth_marigold --n_threads_data_storer 2 -I semantic_mapper.py:get_new_dronescapes_tasks;
 
3
  tmux new -s vre_barsana
 
4
 
5
- VRE_DEVICE=cuda CUDA_VISIBLE_DEVICES=1 vre ../raw_data/videos/barsana_DJI_0500_0501_combined_sliced_2700_14700/barsana_DJI_0500_0501_combined_sliced_2700_14700_540p.mp4 -o barsana_DJI_0500_0501_combined_sliced_2700_14700/ --cfg_path cfg.yaml --output_dir_exists_mod skip_computed --representations rgb semantic_mask2former_mapillary_49189528_0 semantic_mask2former_coco_47429163_0 depth_marigold --n_threads_data_storer 2 -I semantic_mapper.py:get_new_dronescapes_tasks
6
  tmux new -s vre_comana
 
7
 
8
- VRE_DEVICE=cuda CUDA_VISIBLE_DEVICES=2 vre ../raw_data/videos/comana_DJI_0881_full/comana_DJI_0881_full_540p.mp4 -o comana_DJI_0881_full/ --cfg_path cfg.yaml --output_dir_exists_mod skip_computed --representations rgb semantic_mask2former_mapillary_49189528_0 semantic_mask2former_coco_47429163_0 depth_marigold --n_threads_data_storer 2 -I semantic_mapper.py:get_new_dronescapes_tasks
9
  tmux new -s vre_gradistei
 
10
 
11
- VRE_DEVICE=cuda CUDA_VISIBLE_DEVICES=3 vre ../raw_data/videos/gradistei_DJI_0787_0788_0789_combined_sliced_3510_13110/gradistei_DJI_0787_0788_0789_combined_sliced_3510_13110_540p.mp4 -o gradistei_DJI_0787_0788_0789_combined_sliced_3510_13110/ --cfg_path cfg.yaml --output_dir_exists_mod skip_computed --representations rgb semantic_mask2former_mapillary_49189528_0 semantic_mask2former_coco_47429163_0 depth_marigold --n_threads_data_storer 2 -I semantic_mapper.py:get_new_dronescapes_tasks
12
  tmux new -s vre_herculane
 
13
 
14
- VRE_DEVICE=cuda CUDA_VISIBLE_DEVICES=4 vre ../raw_data/videos/herculane_DJI_0021_full/herculane_DJI_0021_full_540p.mp4 -o herculane_DJI_0021_full/ --cfg_path cfg.yaml --output_dir_exists_mod skip_computed --representations rgb semantic_mask2former_mapillary_49189528_0 semantic_mask2former_coco_47429163_0 depth_marigold --n_threads_data_storer 2 -I semantic_mapper.py:get_new_dronescapes_tasks
15
  tmux new -s vre_petrova
 
16
 
17
- VRE_DEVICE=cuda CUDA_VISIBLE_DEVICES=5 vre ../raw_data/videos/petrova_DJI_0525_0526_combined_sliced_2850_11850/petrova_DJI_0525_0526_combined_sliced_2850_11850_540p.mp4 -o petrova_DJI_0525_0526_combined_sliced_2850_11850/ --cfg_path cfg.yaml --output_dir_exists_mod skip_computed --representations rgb semantic_mask2former_mapillary_49189528_0 semantic_mask2former_coco_47429163_0 depth_marigold --n_threads_data_storer 2 -I semantic_mapper.py:get_new_dronescapes_tasks
18
  tmux new -s vre_slanic_norway
19
-
20
- VRE_DEVICE=cuda CUDA_VISIBLE_DEVICES=6 vre ../raw_data/videos/slanic_DJI_0956_0957_combined_sliced_780_9780/slanic_DJI_0956_0957_combined_sliced_780_9780_540p.mp4 -o slanic_DJI_0956_0957_combined_sliced_780_9780/ --cfg_path cfg.yaml --output_dir_exists_mod skip_computed --representations rgb semantic_mask2former_mapillary_49189528_0 semantic_mask2former_coco_47429163_0 depth_marigold --n_threads_data_storer 2 -I semantic_mapper.py:get_new_dronescapes_tasks
21
- VRE_DEVICE=cuda CUDA_VISIBLE_DEVICES=6 vre ../raw_data/videos/norway_210821_DJI_0015_full/norway_210821_DJI_0015_full_540p.mp4 -o norway_210821_DJI_0015_full/ --cfg_path cfg.yaml --output_dir_exists_mod skip_computed --representations rgb semantic_mask2former_mapillary_49189528_0 semantic_mask2former_coco_47429163_0 depth_marigold --n_threads_data_storer 2 -I semantic_mapper.py:get_new_dronescapes_tasks
22
 
23
  tmux new -s olanesti_jupiter
24
- VRE_DEVICE=cuda CUDA_VISIBLE_DEVICES=7 vre ../raw_data/videos/olanesti_DJI_0416_full/olanesti_DJI_0416_full_540p.mp4 -o olanesti_DJI_0416_full/ --cfg_path cfg.yaml --output_dir_exists_mod skip_computed --representations rgb semantic_mask2former_mapillary_49189528_0 semantic_mask2former_coco_47429163_0 depth_marigold --n_threads_data_storer 2 -I semantic_mapper.py:get_new_dronescapes_tasks
25
- VRE_DEVICE=cuda CUDA_VISIBLE_DEVICES=7 vre ../raw_data/videos/jupiter_DJI_0703_0704_0705_combined_sliced_10650_21715/jupiter_DJI_0703_0704_0705_combined_sliced_10650_21715_540p.mp4 -o jupiter_DJI_0703_0704_0705_combined_sliced_10650_21715/ --cfg_path cfg.yaml --output_dir_exists_mod skip_computed --representations rgb semantic_mask2former_mapillary_49189528_0 semantic_mask2former_coco_47429163_0 depth_marigold --n_threads_data_storer 2 -I semantic_mapper.py:get_new_dronescapes_tasks
 
1
+ # rgb semantic_mask2former_mapillary_49189528_0 semantic_mask2former_swin_mapillary_converted depth_marigold semantic_mask2former_swin_mapillary_converted semantic_mask2former_swin_coco_converted opticalflow_rife normals_svd(depth_marigold)
2
+
3
  tmux new -s vre_atanasie
4
+ VRE_DEVICE=cuda CUDA_VISIBLE_DEVICES=0 vre ../raw_data/videos/atanasie_DJI_0652_full/atanasie_DJI_0652_full_540p.mp4 -o atanasie_DJI_0652_full/ --cfg_path cfg.yaml --output_dir_exists_mod skip_computed --representations rgb semantic_mask2former_mapillary_49189528_0 semantic_mask2former_swin_mapillary_converted --n_threads_data_storer 2 -I semantic_mapper.py:get_new_dronescapes_tasks;
5
+
6
  tmux new -s vre_barsana
7
+ VRE_DEVICE=cuda CUDA_VISIBLE_DEVICES=1 vre ../raw_data/videos/barsana_DJI_0500_0501_combined_sliced_2700_14700/barsana_DJI_0500_0501_combined_sliced_2700_14700_540p.mp4 -o barsana_DJI_0500_0501_combined_sliced_2700_14700/ --cfg_path cfg.yaml --output_dir_exists_mod skip_computed --representations rgb semantic_mask2former_mapillary_49189528_0 semantic_mask2former_swin_mapillary_converted --n_threads_data_storer 2 -I semantic_mapper.py:get_new_dronescapes_tasks
8
 
 
9
  tmux new -s vre_comana
10
+ VRE_DEVICE=cuda CUDA_VISIBLE_DEVICES=2 vre ../raw_data/videos/comana_DJI_0881_full/comana_DJI_0881_full_540p.mp4 -o comana_DJI_0881_full/ --cfg_path cfg.yaml --output_dir_exists_mod skip_computed --representations rgb semantic_mask2former_mapillary_49189528_0 semantic_mask2former_swin_mapillary_converted --n_threads_data_storer 2 -I semantic_mapper.py:get_new_dronescapes_tasks
11
 
 
12
  tmux new -s vre_gradistei
13
+ VRE_DEVICE=cuda CUDA_VISIBLE_DEVICES=3 vre ../raw_data/videos/gradistei_DJI_0787_0788_0789_combined_sliced_3510_13110/gradistei_DJI_0787_0788_0789_combined_sliced_3510_13110_540p.mp4 -o gradistei_DJI_0787_0788_0789_combined_sliced_3510_13110/ --cfg_path cfg.yaml --output_dir_exists_mod skip_computed --representations rgb semantic_mask2former_mapillary_49189528_0 semantic_mask2former_swin_mapillary_converted --n_threads_data_storer 2 -I semantic_mapper.py:get_new_dronescapes_tasks
14
 
 
15
  tmux new -s vre_herculane
16
+ VRE_DEVICE=cuda CUDA_VISIBLE_DEVICES=4 vre ../raw_data/videos/herculane_DJI_0021_full/herculane_DJI_0021_full_540p.mp4 -o herculane_DJI_0021_full/ --cfg_path cfg.yaml --output_dir_exists_mod skip_computed --representations rgb semantic_mask2former_mapillary_49189528_0 semantic_mask2former_swin_mapillary_converted --n_threads_data_storer 2 -I semantic_mapper.py:get_new_dronescapes_tasks
17
 
 
18
  tmux new -s vre_petrova
19
+ VRE_DEVICE=cuda CUDA_VISIBLE_DEVICES=5 vre ../raw_data/videos/petrova_DJI_0525_0526_combined_sliced_2850_11850/petrova_DJI_0525_0526_combined_sliced_2850_11850_540p.mp4 -o petrova_DJI_0525_0526_combined_sliced_2850_11850/ --cfg_path cfg.yaml --output_dir_exists_mod skip_computed --representations rgb semantic_mask2former_mapillary_49189528_0 semantic_mask2former_swin_mapillary_converted --n_threads_data_storer 2 -I semantic_mapper.py:get_new_dronescapes_tasks
20
 
 
21
  tmux new -s vre_slanic_norway
22
+ VRE_DEVICE=cuda CUDA_VISIBLE_DEVICES=6 vre ../raw_data/videos/slanic_DJI_0956_0957_combined_sliced_780_9780/slanic_DJI_0956_0957_combined_sliced_780_9780_540p.mp4 -o slanic_DJI_0956_0957_combined_sliced_780_9780/ --cfg_path cfg.yaml --output_dir_exists_mod skip_computed --representations rgb semantic_mask2former_mapillary_49189528_0 semantic_mask2former_swin_mapillary_converted --n_threads_data_storer 2 -I semantic_mapper.py:get_new_dronescapes_tasks
23
+ VRE_DEVICE=cuda CUDA_VISIBLE_DEVICES=6 vre ../raw_data/videos/norway_210821_DJI_0015_full/norway_210821_DJI_0015_full_540p.mp4 -o norway_210821_DJI_0015_full/ --cfg_path cfg.yaml --output_dir_exists_mod skip_computed --representations rgb semantic_mask2former_mapillary_49189528_0 semantic_mask2former_swin_mapillary_converted --n_threads_data_storer 2 -I semantic_mapper.py:get_new_dronescapes_tasks
 
24
 
25
  tmux new -s olanesti_jupiter
26
+ VRE_DEVICE=cuda CUDA_VISIBLE_DEVICES=7 vre ../raw_data/videos/olanesti_DJI_0416_full/olanesti_DJI_0416_full_540p.mp4 -o olanesti_DJI_0416_full/ --cfg_path cfg.yaml --output_dir_exists_mod skip_computed --representations rgb semantic_mask2former_mapillary_49189528_0 semantic_mask2former_swin_mapillary_converted --n_threads_data_storer 2 -I semantic_mapper.py:get_new_dronescapes_tasks
27
+ VRE_DEVICE=cuda CUDA_VISIBLE_DEVICES=7 vre ../raw_data/videos/jupiter_DJI_0703_0704_0705_combined_sliced_10650_21715/jupiter_DJI_0703_0704_0705_combined_sliced_10650_21715_540p.mp4 -o jupiter_DJI_0703_0704_0705_combined_sliced_10650_21715/ --cfg_path cfg.yaml --output_dir_exists_mod skip_computed --representations rgb semantic_mask2former_mapillary_49189528_0 semantic_mask2former_swin_mapillary_converted --n_threads_data_storer 2 -I semantic_mapper.py:get_new_dronescapes_tasks