LICENSE.TXT
README.md
setup.py
bin/vre
bin/vre_collage
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/base_mixin.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/representations/__init__.py
vre/representations/build_representations.py
vre/representations/compute_representation_mixin.py
vre/representations/external_representation.py
vre/representations/fake_representation.py
vre/representations/hsv.py
vre/representations/learned_representation_mixin.py
vre/representations/representation.py
vre/representations/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/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/__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/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/stored_representation/__init__.py
vre/stored_representation/cv_representations.py
vre/stored_representation/normed_representation.py
vre/stored_representation/stored_represntation.py
vre/stored_representation/task_mapper.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