LICENSE.TXT
README.md
setup.py
/home/mihai/code/ml/video-representations-extractor/vre/representations/depth/marigold/marigold_impl/empty_text_embed.pkl
/home/mihai/code/ml/video-representations-extractor/vre/representations/semantic_segmentation/mask2former/README.md
/home/mihai/code/ml/video-representations-extractor/vre/representations/semantic_segmentation/mask2former/mask2former_impl/resources/47429163_0_cfg.json
/home/mihai/code/ml/video-representations-extractor/vre/representations/semantic_segmentation/mask2former/mask2former_impl/resources/49189528_0_cfg.json
/home/mihai/code/ml/video-representations-extractor/vre/representations/semantic_segmentation/mask2former/mask2former_impl/resources/49189528_1_cfg.json
/home/mihai/code/ml/video-representations-extractor/vre/representations/semantic_segmentation/mask2former/mask2former_impl/resources/coco_metadata.json
/home/mihai/code/ml/video-representations-extractor/vre/representations/semantic_segmentation/mask2former/mask2former_impl/resources/mapillary_metadata.json
/home/mihai/code/ml/video-representations-extractor/vre/representations/semantic_segmentation/mask2former/mask2former_impl/resources/mapillary_metadata2.json
bin/vre
bin/vre_collage
examples/batched_experiment/batched_experiment.py
examples/semantic_mapper/semantic_mapper.py
test/fake_representation.py
test/integration/test_no_vre_setup_if_not_needed.py
test/integration/test_vre.py
test/integration/test_vre_batched.py
test/integration/test_vre_taskmapped_representations.py
test/integration/readers/test_multitask_dataset.py
test/integration/representations/semantic_segmentation/test_i_mask2former.py
test/integration/representations/soft_segmentation/test_i_fastsam.py
test/unit/test_data_writer_storer.py
test/unit/test_vre_runtime_args.py
test/unit/representations/test_build_representations.py
test/unit/representations/test_representation.py
test/unit/representations/color/test_hsv.py
test/unit/representations/color/test_rgb.py
test/unit/representations/depth/test_dpt.py
test/unit/representations/depth/test_marigold.py
test/unit/representations/edges/test_canny.py
test/unit/representations/edges/test_dexined.py
test/unit/representations/normals/test_depth_normals_svd.py
test/unit/representations/optical_flow/test_raft.py
test/unit/representations/optical_flow/test_rife.py
test/unit/representations/semantic_segmentation/test_mask2former.py
test/unit/representations/semantic_segmentation/test_safeuav.py
test/unit/representations/soft_segmentation/test_fastssam.py
test/unit/representations/soft_segmentation/test_generalized_boundaries.py
test/unit/representations/soft_segmentation/test_halftone.py
test/unit/utils/test_fake_video.py
video_representations_extractor.egg-info/PKG-INFO
video_representations_extractor.egg-info/SOURCES.txt
video_representations_extractor.egg-info/dependency_links.txt
video_representations_extractor.egg-info/requires.txt
video_representations_extractor.egg-info/top_level.txt
vre/__init__.py
vre/data_storer.py
vre/data_writer.py
vre/logger.py
vre/metadata.py
vre/video_representations_extractor.py
vre/vre_runtime_args.py
vre/readers/__init__.py
vre/readers/multitask_dataset.py
vre/readers/statistics.py
vre/representations/__init__.py
vre/representations/build_representations.py
vre/representations/compute_representation_mixin.py
vre/representations/cv_representations.py
vre/representations/io_representation_mixin.py
vre/representations/learned_representation_mixin.py
vre/representations/normed_representation_mixin.py
vre/representations/np_io_representation.py
vre/representations/representation.py
vre/representations/task_mapper.py
vre/representations/color/__init__.py
vre/representations/color/hsv.py
vre/representations/color/rgb.py
vre/representations/depth/__init__.py
vre/representations/depth/dpt/__init__.py
vre/representations/depth/dpt/depth_dpt.py
vre/representations/depth/dpt/dpt_impl/__init__.py
vre/representations/depth/dpt/dpt_impl/base_model.py
vre/representations/depth/dpt/dpt_impl/blocks.py
vre/representations/depth/dpt/dpt_impl/dpt_depth.py
vre/representations/depth/dpt/dpt_impl/utils.py
vre/representations/depth/dpt/dpt_impl/vit.py
vre/representations/depth/marigold/__init__.py
vre/representations/depth/marigold/marigold.py
vre/representations/depth/marigold/marigold_impl/__init__.py
vre/representations/depth/marigold/marigold_impl/empty_text_embed.pkl
vre/representations/depth/marigold/marigold_impl/ensemble.py
vre/representations/depth/marigold/marigold_impl/marigold_pipeline.py
vre/representations/depth/marigold/marigold_impl/marigold_util.py
vre/representations/edges/__init__.py
vre/representations/edges/canny.py
vre/representations/edges/dexined/__init__.py
vre/representations/edges/dexined/dexined.py
vre/representations/edges/dexined/model_dexined.py
vre/representations/normals/__init__.py
vre/representations/normals/depth_svd/__init__.py
vre/representations/normals/depth_svd/depth_normals_svd.py
vre/representations/normals/depth_svd/depth_svd_impl/__init__.py
vre/representations/normals/depth_svd/depth_svd_impl/cam.py
vre/representations/normals/depth_svd/depth_svd_impl/utils.py
vre/representations/optical_flow/__init__.py
vre/representations/optical_flow/raft/__init__.py
vre/representations/optical_flow/raft/flow_raft.py
vre/representations/optical_flow/raft/raft_impl/__init__.py
vre/representations/optical_flow/raft/raft_impl/corr.py
vre/representations/optical_flow/raft/raft_impl/datasets.py
vre/representations/optical_flow/raft/raft_impl/extractor.py
vre/representations/optical_flow/raft/raft_impl/raft.py
vre/representations/optical_flow/raft/raft_impl/update.py
vre/representations/optical_flow/raft/raft_impl/utils.py
vre/representations/optical_flow/rife/__init__.py
vre/representations/optical_flow/rife/flow_rife.py
vre/representations/optical_flow/rife/rife_impl/IFNet_HD.py
vre/representations/optical_flow/rife/rife_impl/IFNet_HDv2.py
vre/representations/optical_flow/rife/rife_impl/RIFE_HDv2.py
vre/representations/optical_flow/rife/rife_impl/__init__.py
vre/representations/optical_flow/rife/rife_impl/loss.py
vre/representations/optical_flow/rife/rife_impl/warplayer.py
vre/representations/semantic_segmentation/__init__.py
vre/representations/semantic_segmentation/mask2former/README.md
vre/representations/semantic_segmentation/mask2former/__init__.py
vre/representations/semantic_segmentation/mask2former/convert.py
vre/representations/semantic_segmentation/mask2former/mask2former.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/__init__.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/config.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/maskformer_model.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/utils.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/weight_init.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/yacs_config.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/layers/__init__.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/layers/blocks.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/layers/deform_conv.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/layers/norm.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/layers/shape_spec.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/layers/wrappers.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/modeling/__init__.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/modeling/resnet.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/modeling/backbone/__init__.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/modeling/backbone/swin.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/modeling/meta_arch/__init__.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/modeling/meta_arch/mask_former_head.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/modeling/pixel_decoder/__init__.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/modeling/pixel_decoder/fpn.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/modeling/pixel_decoder/ms_deform_attn.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/modeling/pixel_decoder/msdeformattn.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/modeling/transformer_decoder/__init__.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/modeling/transformer_decoder/mask2former_transformer_decoder.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/modeling/transformer_decoder/maskformer_transformer_decoder.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/modeling/transformer_decoder/position_encoding.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/modeling/transformer_decoder/transformer.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/resources/47429163_0_cfg.json
vre/representations/semantic_segmentation/mask2former/mask2former_impl/resources/49189528_0_cfg.json
vre/representations/semantic_segmentation/mask2former/mask2former_impl/resources/49189528_1_cfg.json
vre/representations/semantic_segmentation/mask2former/mask2former_impl/resources/__init__.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/resources/coco_metadata.json
vre/representations/semantic_segmentation/mask2former/mask2former_impl/resources/mapillary_metadata.json
vre/representations/semantic_segmentation/mask2former/mask2former_impl/resources/mapillary_metadata2.json
vre/representations/semantic_segmentation/mask2former/mask2former_impl/structures/__init__.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/structures/boxes.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/structures/instances.py
vre/representations/semantic_segmentation/safeuav/Map2Map.py
vre/representations/semantic_segmentation/safeuav/__init__.py
vre/representations/semantic_segmentation/safeuav/safeuav.py
vre/representations/soft_segmentation/__init__.py
vre/representations/soft_segmentation/fastsam/__init__.py
vre/representations/soft_segmentation/fastsam/fastsam.py
vre/representations/soft_segmentation/fastsam/fastsam_impl/__init__.py
vre/representations/soft_segmentation/fastsam/fastsam_impl/decoder.py
vre/representations/soft_segmentation/fastsam/fastsam_impl/model.py
vre/representations/soft_segmentation/fastsam/fastsam_impl/ops.py
vre/representations/soft_segmentation/fastsam/fastsam_impl/predict.py
vre/representations/soft_segmentation/fastsam/fastsam_impl/prompt.py
vre/representations/soft_segmentation/fastsam/fastsam_impl/results.py
vre/representations/soft_segmentation/fastsam/fastsam_impl/utils.py
vre/representations/soft_segmentation/fastsam/ultralytics/__init__.py
vre/representations/soft_segmentation/fastsam/ultralytics/nn/__init__.py
vre/representations/soft_segmentation/fastsam/ultralytics/nn/tasks.py
vre/representations/soft_segmentation/fastsam/ultralytics/nn/modules/__init__.py
vre/representations/soft_segmentation/fastsam/ultralytics/nn/modules/block.py
vre/representations/soft_segmentation/fastsam/ultralytics/nn/modules/conv.py
vre/representations/soft_segmentation/fastsam/ultralytics/nn/modules/head.py
vre/representations/soft_segmentation/fastsam/ultralytics/nn/modules/transformer.py
vre/representations/soft_segmentation/fastsam/ultralytics/nn/modules/utils.py
vre/representations/soft_segmentation/fastsam/ultralytics/yolo/__init__.py
vre/representations/soft_segmentation/fastsam/ultralytics/yolo/utils/__init__.py
vre/representations/soft_segmentation/generalized_boundaries/__init__.py
vre/representations/soft_segmentation/generalized_boundaries/generalized_boundaries.py
vre/representations/soft_segmentation/generalized_boundaries/gb_impl/__init__.py
vre/representations/soft_segmentation/generalized_boundaries/gb_impl/softseg.py
vre/representations/soft_segmentation/generalized_boundaries/gb_impl/util.py
vre/representations/soft_segmentation/halftone/__init__.py
vre/representations/soft_segmentation/halftone/halftone.py
vre/utils/__init__.py
vre/utils/colorized_sem_seg.py
vre/utils/colorizer.py
vre/utils/cv2_utils.py
vre/utils/image.py
vre/utils/pil_utils.py
vre/utils/resources.py
vre/utils/topological_sort.py
vre/utils/utils.py
vre/utils/vre_video.py