MANIFEST.in
README.md
setup.py
nstm/__init__.py
nstm.egg-info/PKG-INFO
nstm.egg-info/SOURCES.txt
nstm.egg-info/dependency_links.txt
nstm.egg-info/not-zip-safe
nstm.egg-info/requires.txt
nstm.egg-info/top_level.txt
nstm/VirtualTryOn/__init__.py
nstm/VirtualTryOn/apply_net.py
nstm/VirtualTryOn/models.py
nstm/VirtualTryOn/test.py
nstm/VirtualTryOn/utils_mask.py
nstm/VirtualTryOn/densepose/__init__.py
nstm/VirtualTryOn/densepose/config.py
nstm/VirtualTryOn/densepose/converters/__init__.py
nstm/VirtualTryOn/densepose/converters/base.py
nstm/VirtualTryOn/densepose/converters/builtin.py
nstm/VirtualTryOn/densepose/converters/chart_output_hflip.py
nstm/VirtualTryOn/densepose/converters/chart_output_to_chart_result.py
nstm/VirtualTryOn/densepose/converters/hflip.py
nstm/VirtualTryOn/densepose/converters/segm_to_mask.py
nstm/VirtualTryOn/densepose/converters/to_chart_result.py
nstm/VirtualTryOn/densepose/converters/to_mask.py
nstm/VirtualTryOn/densepose/data/__init__.py
nstm/VirtualTryOn/densepose/data/build.py
nstm/VirtualTryOn/densepose/data/combined_loader.py
nstm/VirtualTryOn/densepose/data/dataset_mapper.py
nstm/VirtualTryOn/densepose/data/image_list_dataset.py
nstm/VirtualTryOn/densepose/data/inference_based_loader.py
nstm/VirtualTryOn/densepose/data/utils.py
nstm/VirtualTryOn/densepose/data/datasets/__init__.py
nstm/VirtualTryOn/densepose/data/datasets/builtin.py
nstm/VirtualTryOn/densepose/data/datasets/chimpnsee.py
nstm/VirtualTryOn/densepose/data/datasets/coco.py
nstm/VirtualTryOn/densepose/data/datasets/dataset_type.py
nstm/VirtualTryOn/densepose/data/datasets/lvis.py
nstm/VirtualTryOn/densepose/data/meshes/__init__.py
nstm/VirtualTryOn/densepose/data/meshes/builtin.py
nstm/VirtualTryOn/densepose/data/meshes/catalog.py
nstm/VirtualTryOn/densepose/data/samplers/__init__.py
nstm/VirtualTryOn/densepose/data/samplers/densepose_base.py
nstm/VirtualTryOn/densepose/data/samplers/densepose_confidence_based.py
nstm/VirtualTryOn/densepose/data/samplers/densepose_cse_base.py
nstm/VirtualTryOn/densepose/data/samplers/densepose_cse_confidence_based.py
nstm/VirtualTryOn/densepose/data/samplers/densepose_cse_uniform.py
nstm/VirtualTryOn/densepose/data/samplers/densepose_uniform.py
nstm/VirtualTryOn/densepose/data/samplers/mask_from_densepose.py
nstm/VirtualTryOn/densepose/data/samplers/prediction_to_gt.py
nstm/VirtualTryOn/densepose/data/transform/__init__.py
nstm/VirtualTryOn/densepose/data/transform/image.py
nstm/VirtualTryOn/densepose/data/video/__init__.py
nstm/VirtualTryOn/densepose/data/video/frame_selector.py
nstm/VirtualTryOn/densepose/data/video/video_keyframe_dataset.py
nstm/VirtualTryOn/densepose/engine/__init__.py
nstm/VirtualTryOn/densepose/engine/trainer.py
nstm/VirtualTryOn/densepose/evaluation/__init__.py
nstm/VirtualTryOn/densepose/evaluation/d2_evaluator_adapter.py
nstm/VirtualTryOn/densepose/evaluation/densepose_coco_evaluation.py
nstm/VirtualTryOn/densepose/evaluation/evaluator.py
nstm/VirtualTryOn/densepose/evaluation/mesh_alignment_evaluator.py
nstm/VirtualTryOn/densepose/evaluation/tensor_storage.py
nstm/VirtualTryOn/densepose/modeling/__init__.py
nstm/VirtualTryOn/densepose/modeling/build.py
nstm/VirtualTryOn/densepose/modeling/confidence.py
nstm/VirtualTryOn/densepose/modeling/densepose_checkpoint.py
nstm/VirtualTryOn/densepose/modeling/filter.py
nstm/VirtualTryOn/densepose/modeling/hrfpn.py
nstm/VirtualTryOn/densepose/modeling/hrnet.py
nstm/VirtualTryOn/densepose/modeling/inference.py
nstm/VirtualTryOn/densepose/modeling/test_time_augmentation.py
nstm/VirtualTryOn/densepose/modeling/utils.py
nstm/VirtualTryOn/densepose/modeling/cse/__init__.py
nstm/VirtualTryOn/densepose/modeling/cse/embedder.py
nstm/VirtualTryOn/densepose/modeling/cse/utils.py
nstm/VirtualTryOn/densepose/modeling/cse/vertex_direct_embedder.py
nstm/VirtualTryOn/densepose/modeling/cse/vertex_feature_embedder.py
nstm/VirtualTryOn/densepose/modeling/losses/__init__.py
nstm/VirtualTryOn/densepose/modeling/losses/chart.py
nstm/VirtualTryOn/densepose/modeling/losses/chart_with_confidences.py
nstm/VirtualTryOn/densepose/modeling/losses/cse.py
nstm/VirtualTryOn/densepose/modeling/losses/cycle_pix2shape.py
nstm/VirtualTryOn/densepose/modeling/losses/cycle_shape2shape.py
nstm/VirtualTryOn/densepose/modeling/losses/embed.py
nstm/VirtualTryOn/densepose/modeling/losses/embed_utils.py
nstm/VirtualTryOn/densepose/modeling/losses/mask.py
nstm/VirtualTryOn/densepose/modeling/losses/mask_or_segm.py
nstm/VirtualTryOn/densepose/modeling/losses/registry.py
nstm/VirtualTryOn/densepose/modeling/losses/segm.py
nstm/VirtualTryOn/densepose/modeling/losses/soft_embed.py
nstm/VirtualTryOn/densepose/modeling/losses/utils.py
nstm/VirtualTryOn/densepose/modeling/predictors/__init__.py
nstm/VirtualTryOn/densepose/modeling/predictors/chart.py
nstm/VirtualTryOn/densepose/modeling/predictors/chart_confidence.py
nstm/VirtualTryOn/densepose/modeling/predictors/chart_with_confidence.py
nstm/VirtualTryOn/densepose/modeling/predictors/cse.py
nstm/VirtualTryOn/densepose/modeling/predictors/cse_confidence.py
nstm/VirtualTryOn/densepose/modeling/predictors/cse_with_confidence.py
nstm/VirtualTryOn/densepose/modeling/predictors/registry.py
nstm/VirtualTryOn/densepose/modeling/roi_heads/__init__.py
nstm/VirtualTryOn/densepose/modeling/roi_heads/deeplab.py
nstm/VirtualTryOn/densepose/modeling/roi_heads/registry.py
nstm/VirtualTryOn/densepose/modeling/roi_heads/roi_head.py
nstm/VirtualTryOn/densepose/modeling/roi_heads/v1convx.py
nstm/VirtualTryOn/densepose/structures/__init__.py
nstm/VirtualTryOn/densepose/structures/chart.py
nstm/VirtualTryOn/densepose/structures/chart_confidence.py
nstm/VirtualTryOn/densepose/structures/chart_result.py
nstm/VirtualTryOn/densepose/structures/cse.py
nstm/VirtualTryOn/densepose/structures/cse_confidence.py
nstm/VirtualTryOn/densepose/structures/data_relative.py
nstm/VirtualTryOn/densepose/structures/list.py
nstm/VirtualTryOn/densepose/structures/mesh.py
nstm/VirtualTryOn/densepose/structures/transform_data.py
nstm/VirtualTryOn/densepose/utils/__init__.py
nstm/VirtualTryOn/densepose/utils/dbhelper.py
nstm/VirtualTryOn/densepose/utils/logger.py
nstm/VirtualTryOn/densepose/utils/transform.py
nstm/VirtualTryOn/densepose/vis/__init__.py
nstm/VirtualTryOn/densepose/vis/base.py
nstm/VirtualTryOn/densepose/vis/bounding_box.py
nstm/VirtualTryOn/densepose/vis/densepose_data_points.py
nstm/VirtualTryOn/densepose/vis/densepose_outputs_iuv.py
nstm/VirtualTryOn/densepose/vis/densepose_outputs_vertex.py
nstm/VirtualTryOn/densepose/vis/densepose_results.py
nstm/VirtualTryOn/densepose/vis/densepose_results_textures.py
nstm/VirtualTryOn/densepose/vis/extractor.py
nstm/VirtualTryOn/detectron2/__init__.py
nstm/VirtualTryOn/detectron2/checkpoint/__init__.py
nstm/VirtualTryOn/detectron2/checkpoint/c2_model_loading.py
nstm/VirtualTryOn/detectron2/checkpoint/catalog.py
nstm/VirtualTryOn/detectron2/checkpoint/detection_checkpoint.py
nstm/VirtualTryOn/detectron2/config/__init__.py
nstm/VirtualTryOn/detectron2/config/compat.py
nstm/VirtualTryOn/detectron2/config/config.py
nstm/VirtualTryOn/detectron2/config/defaults.py
nstm/VirtualTryOn/detectron2/config/instantiate.py
nstm/VirtualTryOn/detectron2/config/lazy.py
nstm/VirtualTryOn/detectron2/data/__init__.py
nstm/VirtualTryOn/detectron2/data/benchmark.py
nstm/VirtualTryOn/detectron2/data/build.py
nstm/VirtualTryOn/detectron2/data/catalog.py
nstm/VirtualTryOn/detectron2/data/common.py
nstm/VirtualTryOn/detectron2/data/dataset_mapper.py
nstm/VirtualTryOn/detectron2/data/detection_utils.py
nstm/VirtualTryOn/detectron2/data/datasets/__init__.py
nstm/VirtualTryOn/detectron2/data/datasets/builtin.py
nstm/VirtualTryOn/detectron2/data/datasets/builtin_meta.py
nstm/VirtualTryOn/detectron2/data/datasets/cityscapes.py
nstm/VirtualTryOn/detectron2/data/datasets/cityscapes_panoptic.py
nstm/VirtualTryOn/detectron2/data/datasets/coco.py
nstm/VirtualTryOn/detectron2/data/datasets/coco_panoptic.py
nstm/VirtualTryOn/detectron2/data/datasets/lvis.py
nstm/VirtualTryOn/detectron2/data/datasets/lvis_v0_5_categories.py
nstm/VirtualTryOn/detectron2/data/datasets/lvis_v1_categories.py
nstm/VirtualTryOn/detectron2/data/datasets/lvis_v1_category_image_count.py
nstm/VirtualTryOn/detectron2/data/datasets/pascal_voc.py
nstm/VirtualTryOn/detectron2/data/datasets/register_coco.py
nstm/VirtualTryOn/detectron2/data/samplers/__init__.py
nstm/VirtualTryOn/detectron2/data/samplers/distributed_sampler.py
nstm/VirtualTryOn/detectron2/data/samplers/grouped_batch_sampler.py
nstm/VirtualTryOn/detectron2/data/transforms/__init__.py
nstm/VirtualTryOn/detectron2/data/transforms/augmentation.py
nstm/VirtualTryOn/detectron2/data/transforms/augmentation_impl.py
nstm/VirtualTryOn/detectron2/data/transforms/transform.py
nstm/VirtualTryOn/detectron2/engine/__init__.py
nstm/VirtualTryOn/detectron2/engine/defaults.py
nstm/VirtualTryOn/detectron2/engine/hooks.py
nstm/VirtualTryOn/detectron2/engine/launch.py
nstm/VirtualTryOn/detectron2/engine/train_loop.py
nstm/VirtualTryOn/detectron2/evaluation/__init__.py
nstm/VirtualTryOn/detectron2/evaluation/cityscapes_evaluation.py
nstm/VirtualTryOn/detectron2/evaluation/coco_evaluation.py
nstm/VirtualTryOn/detectron2/evaluation/evaluator.py
nstm/VirtualTryOn/detectron2/evaluation/fast_eval_api.py
nstm/VirtualTryOn/detectron2/evaluation/lvis_evaluation.py
nstm/VirtualTryOn/detectron2/evaluation/panoptic_evaluation.py
nstm/VirtualTryOn/detectron2/evaluation/pascal_voc_evaluation.py
nstm/VirtualTryOn/detectron2/evaluation/rotated_coco_evaluation.py
nstm/VirtualTryOn/detectron2/evaluation/sem_seg_evaluation.py
nstm/VirtualTryOn/detectron2/evaluation/testing.py
nstm/VirtualTryOn/detectron2/export/__init__.py
nstm/VirtualTryOn/detectron2/export/api.py
nstm/VirtualTryOn/detectron2/export/c10.py
nstm/VirtualTryOn/detectron2/export/caffe2_export.py
nstm/VirtualTryOn/detectron2/export/caffe2_inference.py
nstm/VirtualTryOn/detectron2/export/caffe2_modeling.py
nstm/VirtualTryOn/detectron2/export/caffe2_patch.py
nstm/VirtualTryOn/detectron2/export/flatten.py
nstm/VirtualTryOn/detectron2/export/shared.py
nstm/VirtualTryOn/detectron2/export/torchscript.py
nstm/VirtualTryOn/detectron2/export/torchscript_patch.py
nstm/VirtualTryOn/detectron2/layers/__init__.py
nstm/VirtualTryOn/detectron2/layers/aspp.py
nstm/VirtualTryOn/detectron2/layers/batch_norm.py
nstm/VirtualTryOn/detectron2/layers/blocks.py
nstm/VirtualTryOn/detectron2/layers/deform_conv.py
nstm/VirtualTryOn/detectron2/layers/losses.py
nstm/VirtualTryOn/detectron2/layers/mask_ops.py
nstm/VirtualTryOn/detectron2/layers/nms.py
nstm/VirtualTryOn/detectron2/layers/roi_align.py
nstm/VirtualTryOn/detectron2/layers/roi_align_rotated.py
nstm/VirtualTryOn/detectron2/layers/rotated_boxes.py
nstm/VirtualTryOn/detectron2/layers/shape_spec.py
nstm/VirtualTryOn/detectron2/layers/wrappers.py
nstm/VirtualTryOn/detectron2/model_zoo/__init__.py
nstm/VirtualTryOn/detectron2/model_zoo/model_zoo.py
nstm/VirtualTryOn/detectron2/modeling/__init__.py
nstm/VirtualTryOn/detectron2/modeling/anchor_generator.py
nstm/VirtualTryOn/detectron2/modeling/box_regression.py
nstm/VirtualTryOn/detectron2/modeling/matcher.py
nstm/VirtualTryOn/detectron2/modeling/mmdet_wrapper.py
nstm/VirtualTryOn/detectron2/modeling/poolers.py
nstm/VirtualTryOn/detectron2/modeling/postprocessing.py
nstm/VirtualTryOn/detectron2/modeling/sampling.py
nstm/VirtualTryOn/detectron2/modeling/test_time_augmentation.py
nstm/VirtualTryOn/detectron2/modeling/backbone/__init__.py
nstm/VirtualTryOn/detectron2/modeling/backbone/backbone.py
nstm/VirtualTryOn/detectron2/modeling/backbone/build.py
nstm/VirtualTryOn/detectron2/modeling/backbone/fpn.py
nstm/VirtualTryOn/detectron2/modeling/backbone/mvit.py
nstm/VirtualTryOn/detectron2/modeling/backbone/regnet.py
nstm/VirtualTryOn/detectron2/modeling/backbone/resnet.py
nstm/VirtualTryOn/detectron2/modeling/backbone/swin.py
nstm/VirtualTryOn/detectron2/modeling/backbone/utils.py
nstm/VirtualTryOn/detectron2/modeling/backbone/vit.py
nstm/VirtualTryOn/detectron2/modeling/meta_arch/__init__.py
nstm/VirtualTryOn/detectron2/modeling/meta_arch/build.py
nstm/VirtualTryOn/detectron2/modeling/meta_arch/dense_detector.py
nstm/VirtualTryOn/detectron2/modeling/meta_arch/fcos.py
nstm/VirtualTryOn/detectron2/modeling/meta_arch/panoptic_fpn.py
nstm/VirtualTryOn/detectron2/modeling/meta_arch/rcnn.py
nstm/VirtualTryOn/detectron2/modeling/meta_arch/retinanet.py
nstm/VirtualTryOn/detectron2/modeling/meta_arch/semantic_seg.py
nstm/VirtualTryOn/detectron2/modeling/proposal_generator/__init__.py
nstm/VirtualTryOn/detectron2/modeling/proposal_generator/build.py
nstm/VirtualTryOn/detectron2/modeling/proposal_generator/proposal_utils.py
nstm/VirtualTryOn/detectron2/modeling/proposal_generator/rpn.py
nstm/VirtualTryOn/detectron2/modeling/proposal_generator/rrpn.py
nstm/VirtualTryOn/detectron2/modeling/roi_heads/__init__.py
nstm/VirtualTryOn/detectron2/modeling/roi_heads/box_head.py
nstm/VirtualTryOn/detectron2/modeling/roi_heads/cascade_rcnn.py
nstm/VirtualTryOn/detectron2/modeling/roi_heads/fast_rcnn.py
nstm/VirtualTryOn/detectron2/modeling/roi_heads/keypoint_head.py
nstm/VirtualTryOn/detectron2/modeling/roi_heads/mask_head.py
nstm/VirtualTryOn/detectron2/modeling/roi_heads/roi_heads.py
nstm/VirtualTryOn/detectron2/modeling/roi_heads/rotated_fast_rcnn.py
nstm/VirtualTryOn/detectron2/projects/__init__.py
nstm/VirtualTryOn/detectron2/solver/__init__.py
nstm/VirtualTryOn/detectron2/solver/build.py
nstm/VirtualTryOn/detectron2/solver/lr_scheduler.py
nstm/VirtualTryOn/detectron2/structures/__init__.py
nstm/VirtualTryOn/detectron2/structures/boxes.py
nstm/VirtualTryOn/detectron2/structures/image_list.py
nstm/VirtualTryOn/detectron2/structures/instances.py
nstm/VirtualTryOn/detectron2/structures/keypoints.py
nstm/VirtualTryOn/detectron2/structures/masks.py
nstm/VirtualTryOn/detectron2/structures/rotated_boxes.py
nstm/VirtualTryOn/detectron2/tracking/__init__.py
nstm/VirtualTryOn/detectron2/tracking/base_tracker.py
nstm/VirtualTryOn/detectron2/tracking/bbox_iou_tracker.py
nstm/VirtualTryOn/detectron2/tracking/hungarian_tracker.py
nstm/VirtualTryOn/detectron2/tracking/iou_weighted_hungarian_bbox_iou_tracker.py
nstm/VirtualTryOn/detectron2/tracking/utils.py
nstm/VirtualTryOn/detectron2/tracking/vanilla_hungarian_bbox_iou_tracker.py
nstm/VirtualTryOn/detectron2/utils/__init__.py
nstm/VirtualTryOn/detectron2/utils/analysis.py
nstm/VirtualTryOn/detectron2/utils/collect_env.py
nstm/VirtualTryOn/detectron2/utils/colormap.py
nstm/VirtualTryOn/detectron2/utils/comm.py
nstm/VirtualTryOn/detectron2/utils/develop.py
nstm/VirtualTryOn/detectron2/utils/env.py
nstm/VirtualTryOn/detectron2/utils/events.py
nstm/VirtualTryOn/detectron2/utils/file_io.py
nstm/VirtualTryOn/detectron2/utils/logger.py
nstm/VirtualTryOn/detectron2/utils/memory.py
nstm/VirtualTryOn/detectron2/utils/registry.py
nstm/VirtualTryOn/detectron2/utils/serialize.py
nstm/VirtualTryOn/detectron2/utils/testing.py
nstm/VirtualTryOn/detectron2/utils/tracing.py
nstm/VirtualTryOn/detectron2/utils/video_visualizer.py
nstm/VirtualTryOn/detectron2/utils/visualizer.py
nstm/ip_adapter/__init__.py
nstm/ip_adapter/attention_processor.py
nstm/ip_adapter/ip_adapter.py
nstm/ip_adapter/resampler.py
nstm/ip_adapter/test_resampler.py
nstm/ip_adapter/utils.py
nstm/preprocess/__init__.py
nstm/preprocess/humanparsing/__init__.py
nstm/preprocess/humanparsing/parsing_api.py
nstm/preprocess/humanparsing/run_parsing.py
nstm/preprocess/humanparsing/datasets/__init__.py
nstm/preprocess/humanparsing/datasets/datasets.py
nstm/preprocess/humanparsing/datasets/simple_extractor_dataset.py
nstm/preprocess/humanparsing/datasets/target_generation.py
nstm/preprocess/humanparsing/modules/__init__.py
nstm/preprocess/humanparsing/modules/bn.py
nstm/preprocess/humanparsing/modules/deeplab.py
nstm/preprocess/humanparsing/modules/dense.py
nstm/preprocess/humanparsing/modules/functions.py
nstm/preprocess/humanparsing/modules/misc.py
nstm/preprocess/humanparsing/modules/residual.py
nstm/preprocess/humanparsing/networks/AugmentCE2P.py
nstm/preprocess/humanparsing/networks/__init__.py
nstm/preprocess/humanparsing/utils/__init__.py
nstm/preprocess/humanparsing/utils/consistency_loss.py
nstm/preprocess/humanparsing/utils/criterion.py
nstm/preprocess/humanparsing/utils/encoding.py
nstm/preprocess/humanparsing/utils/kl_loss.py
nstm/preprocess/humanparsing/utils/lovasz_softmax.py
nstm/preprocess/humanparsing/utils/miou.py
nstm/preprocess/humanparsing/utils/schp.py
nstm/preprocess/humanparsing/utils/soft_dice_loss.py
nstm/preprocess/humanparsing/utils/transforms.py
nstm/preprocess/humanparsing/utils/warmup_scheduler.py
nstm/preprocess/openpose/__init__.py
nstm/preprocess/openpose/run_openpose.py
nstm/preprocess/openpose/annotator/__init__.py
nstm/preprocess/openpose/annotator/util.py
nstm/preprocess/openpose/annotator/openpose/__init__.py
nstm/preprocess/openpose/annotator/openpose/body.py
nstm/preprocess/openpose/annotator/openpose/face.py
nstm/preprocess/openpose/annotator/openpose/hand.py
nstm/preprocess/openpose/annotator/openpose/model.py
nstm/preprocess/openpose/annotator/openpose/util.py
nstm/src/__init__.py
nstm/src/attentionhacked_garmnet.py
nstm/src/attentionhacked_tryon.py
nstm/src/transformerhacked_garmnet.py
nstm/src/transformerhacked_tryon.py
nstm/src/tryon_pipeline.py
nstm/src/unet_block_hacked_garmnet.py
nstm/src/unet_block_hacked_tryon.py
nstm/src/unet_hacked_garmnet.py
nstm/src/unet_hacked_tryon.py