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/data_storer.py
vre/logger.py
vre/representation.py
vre/video_representations_extractor.py
vre/vre_representation_mixin.py
vre/vre_runtime_args.py
vre/representations/__init__.py
vre/representations/build_representations.py
vre/representations/dummy_representation.py
vre/representations/hsv.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/vit.py
vre/representations/depth/odo_flow/__init__.py
vre/representations/depth/odo_flow/depth_odo_flow.py
vre/representations/depth/odo_flow/odo_flow_impl/__init__.py
vre/representations/depth/odo_flow/odo_flow_impl/cam.py
vre/representations/depth/odo_flow/odo_flow_impl/camera_info.py
vre/representations/depth/odo_flow/odo_flow_impl/depth_from_flow.py
vre/representations/depth/odo_flow/odo_flow_impl/loss.py
vre/representations/depth/odo_flow/odo_flow_impl/polyfit.py
vre/representations/depth/odo_flow/odo_flow_impl/utils.py
vre/representations/depth/odo_flow/odo_flow_impl/utils_geometry.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/comm.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/file_io.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/maskformer_model.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/visualizer.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/data/__init__.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/data/datasets/__init__.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/data/datasets/register_ade20k_full.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/data/datasets/register_ade20k_instance.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/data/datasets/register_ade20k_panoptic.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/data/datasets/register_coco_panoptic_annos_semseg.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/data/datasets/register_coco_stuff_10k.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/data/datasets/register_mapillary_vistas.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/data/datasets/register_mapillary_vistas_panoptic.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/det2_data/__init__.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/det2_data/benchmark.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/det2_data/build.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/det2_data/catalog.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/det2_data/common.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/det2_data/dataset_mapper.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/det2_data/detection_utils.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/det2_data/datasets/__init__.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/det2_data/datasets/builtin.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/det2_data/datasets/builtin_meta.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/det2_data/datasets/cityscapes.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/det2_data/datasets/cityscapes_panoptic.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/det2_data/datasets/coco.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/det2_data/datasets/coco_panoptic.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/det2_data/datasets/lvis.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/det2_data/datasets/lvis_v0_5_categories.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/det2_data/datasets/lvis_v1_categories.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/det2_data/datasets/lvis_v1_category_image_count.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/det2_data/datasets/pascal_voc.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/det2_data/datasets/register_coco.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/det2_data/samplers/__init__.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/det2_data/samplers/distributed_sampler.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/det2_data/samplers/grouped_batch_sampler.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/det2_data/transforms/__init__.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/det2_data/transforms/augmentation.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/det2_data/transforms/augmentation_impl.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/det2_data/transforms/transform.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/image_list.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/structures/instances.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/structures/keypoints.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/structures/masks.py
vre/representations/semantic_segmentation/mask2former/mask2former_impl/structures/rotated_boxes.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/kmeans.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/fake_video.py
vre/utils/image.py
vre/utils/topological_sort.py
vre/utils/utils.py