LICENSE
MANIFEST.in
README.md
pyproject.toml
DocSafe/CustomFit.py
DocSafe/Tools.py
DocSafe/__init__.py
DocSafe/decoder_router.py
DocSafe/encoder_router.py
DocSafe/train_steps.py
DocSafe.egg-info/PKG-INFO
DocSafe.egg-info/SOURCES.txt
DocSafe.egg-info/dependency_links.txt
DocSafe.egg-info/requires.txt
DocSafe.egg-info/top_level.txt
DocSafe/args/__init__.py
DocSafe/args/paramters.py
DocSafe/args/paramters_detr.py
DocSafe/args/paramters_noise.py
DocSafe/augmentors/Augmentor_v01.py
DocSafe/augmentors/__init__.py
DocSafe/augmentors/random_jpeg_compression.py
DocSafe/augmentors/utils.py
DocSafe/augmentors/utils_jpeg_tf.py
DocSafe/augmentors/utils_jpeg_torch.py
DocSafe/augmentors/warper_Augmentor_v01.py
DocSafe/datasets/Loaddataset_v7.py
DocSafe/datasets/__init__.py
DocSafe/loss_functions_lib/Affine_Loss.py
DocSafe/loss_functions_lib/NCELoss_tools.py
DocSafe/loss_functions_lib/QRSimulateLoss2.py
DocSafe/loss_functions_lib/Riemann_Loss_Patches_Torch_v2.py
DocSafe/loss_functions_lib/Riemann_Loss_Patches_Torch_v3.py
DocSafe/loss_functions_lib/Riemann_Loss_Torch.py
DocSafe/loss_functions_lib/Riemann_Loss_Torch_v1.py
DocSafe/loss_functions_lib/Riemann_Loss_forQS_Torch_v2.py
DocSafe/loss_functions_lib/__init__.py
DocSafe/loss_functions_lib/face_id_loss.py
DocSafe/loss_functions_lib/histogram_color_loss.py
DocSafe/loss_functions_lib/moco_loss.py
DocSafe/loss_functions_lib/ms_ssim.py
DocSafe/loss_functions_lib/query_selected_attention_loss.py
DocSafe/loss_functions_lib/query_selected_attention_wirth_Riemann_loss.py
DocSafe/loss_functions_lib/tools.py
DocSafe/loss_functions_lib/vgg_loss.py
DocSafe/loss_functions_lib/yuv_loss.py
DocSafe/loss_functions_lib/lpips/__init__.py
DocSafe/loss_functions_lib/lpips/lpips.py
DocSafe/loss_functions_lib/lpips/networks.py
DocSafe/loss_functions_lib/lpips/utils.py
DocSafe/loss_functions_lib/models/__init__.py
DocSafe/loss_functions_lib/models/hyperstyle.py
DocSafe/loss_functions_lib/models/encoders/__init__.py
DocSafe/loss_functions_lib/models/encoders/e4e.py
DocSafe/loss_functions_lib/models/encoders/helpers.py
DocSafe/loss_functions_lib/models/encoders/model_irse.py
DocSafe/loss_functions_lib/models/encoders/psp.py
DocSafe/loss_functions_lib/models/encoders/restyle_e4e_encoders.py
DocSafe/loss_functions_lib/models/encoders/w_encoder.py
DocSafe/loss_functions_lib/models/hypernetworks/__init__.py
DocSafe/loss_functions_lib/models/hypernetworks/hypernetwork.py
DocSafe/loss_functions_lib/models/hypernetworks/refinement_blocks.py
DocSafe/loss_functions_lib/models/hypernetworks/shared_weights_hypernet.py
DocSafe/loss_functions_lib/models/mtcnn/__init__.py
DocSafe/loss_functions_lib/models/mtcnn/mtcnn.py
DocSafe/loss_functions_lib/models/mtcnn/mtcnn_pytorch/__init__.py
DocSafe/loss_functions_lib/models/mtcnn/mtcnn_pytorch/src/__init__.py
DocSafe/loss_functions_lib/models/mtcnn/mtcnn_pytorch/src/align_trans.py
DocSafe/loss_functions_lib/models/mtcnn/mtcnn_pytorch/src/box_utils.py
DocSafe/loss_functions_lib/models/mtcnn/mtcnn_pytorch/src/detector.py
DocSafe/loss_functions_lib/models/mtcnn/mtcnn_pytorch/src/first_stage.py
DocSafe/loss_functions_lib/models/mtcnn/mtcnn_pytorch/src/get_nets.py
DocSafe/loss_functions_lib/models/mtcnn/mtcnn_pytorch/src/matlab_cp2tform.py
DocSafe/loss_functions_lib/models/mtcnn/mtcnn_pytorch/src/visualization_utils.py
DocSafe/loss_functions_lib/models/mtcnn/mtcnn_pytorch/src/weights/onet.npy
DocSafe/loss_functions_lib/models/mtcnn/mtcnn_pytorch/src/weights/pnet.npy
DocSafe/loss_functions_lib/models/mtcnn/mtcnn_pytorch/src/weights/rnet.npy
DocSafe/loss_functions_lib/models/stylegan2/__init__.py
DocSafe/loss_functions_lib/models/stylegan2/model.py
DocSafe/loss_functions_lib/models/stylegan2/op/__init__.py
DocSafe/loss_functions_lib/models/stylegan2/op/fused_act.py
DocSafe/loss_functions_lib/models/stylegan2/op/fused_bias_act.cpp
DocSafe/loss_functions_lib/models/stylegan2/op/fused_bias_act_kernel.cu
DocSafe/loss_functions_lib/models/stylegan2/op/upfirdn2d.cpp
DocSafe/loss_functions_lib/models/stylegan2/op/upfirdn2d.py
DocSafe/loss_functions_lib/models/stylegan2/op/upfirdn2d_kernel.cu
DocSafe/loss_functions_lib/query_selected_attention_tools/__init__.py
DocSafe/loss_functions_lib/query_selected_attention_tools/base_model.py
DocSafe/loss_functions_lib/query_selected_attention_tools/networks_global.py
DocSafe/loss_functions_lib/query_selected_attention_tools/networks_local.py
DocSafe/loss_functions_lib/query_selected_attention_tools/networks_local_global.py
DocSafe/loss_functions_lib/query_selected_attention_tools/patchnce.py
DocSafe/loss_functions_lib/query_selected_attention_tools/qs_model.py
DocSafe/loss_functions_lib/query_selected_attention_tools/qs_tools.py
DocSafe/loss_functions_lib/query_selected_attention_tools/util/__init__.py
DocSafe/loss_functions_lib/query_selected_attention_tools/util/get_data.py
DocSafe/loss_functions_lib/query_selected_attention_tools/util/html.py
DocSafe/loss_functions_lib/query_selected_attention_tools/util/image_pool.py
DocSafe/loss_functions_lib/query_selected_attention_tools/util/util.py
DocSafe/loss_functions_lib/query_selected_attention_tools/util/visualizer.py
DocSafe/monitors/__init__.py
DocSafe/monitors/custom_callback.py
DocSafe/networks/__init__.py
DocSafe/networks/AffineTransform/Affine_Layer_de_v01.py
DocSafe/networks/AffineTransform/Affine_Layer_en_v01.py
DocSafe/networks/AffineTransform/__init__.py
DocSafe/networks/DETR_NET/__init__.py
DocSafe/networks/DETR_NET/backbone.py
DocSafe/networks/DETR_NET/detr.py
DocSafe/networks/DETR_NET/detr_net.py
DocSafe/networks/DETR_NET/matcher.py
DocSafe/networks/DETR_NET/position_encoding.py
DocSafe/networks/DETR_NET/segmentation.py
DocSafe/networks/DETR_NET/transformer.py
DocSafe/networks/DETR_NET/util/__init__.py
DocSafe/networks/DETR_NET/util/box_ops.py
DocSafe/networks/DETR_NET/util/misc.py
DocSafe/networks/DETR_NET/util/plot_utils.py
DocSafe/networks/net_StampOne/AttentionVNet_decoder.py
DocSafe/networks/net_StampOne/AttentionVNet_encoder.py
DocSafe/networks/net_StampOne/Gradiant_torch.py
DocSafe/networks/net_StampOne/Snake_activation_function.py
DocSafe/networks/net_StampOne/Sobel_Egdes.py
DocSafe/networks/net_StampOne/Special_Transform_Network_vt01.py
DocSafe/networks/net_StampOne/Specteral_Discrimnator.py
DocSafe/networks/net_StampOne/Specteral_Discrimnator_v03.py
DocSafe/networks/net_StampOne/Stega_Discrimnator.py
DocSafe/networks/net_StampOne/Stega_Discrimnator_v02.py
DocSafe/networks/net_StampOne/Steganography_Discriminator_v01.py
DocSafe/networks/net_StampOne/Tools_Specteral_Discrimnator_v03.py
DocSafe/networks/net_StampOne/Tools_Specteral_Discrimnator_v03_Losses.py
DocSafe/networks/net_StampOne/Tools_StampOne_Net.py
DocSafe/networks/net_StampOne/Tools_StampOne_Net2.py
DocSafe/networks/net_StampOne/Wavelet_transfer3.py
DocSafe/networks/net_StampOne/Wavelet_transfer3_message.py
DocSafe/networks/net_StampOne/__init__.py
DocSafe/networks/net_StampOne/message_preparation_networks_v01.py
DocSafe/networks/net_StampOne/message_preparation_networks_v02.py
DocSafe/networks/net_StampOne/message_preparation_networks_v03.py
DocSafe/networks/net_StampOne/message_preparation_networks_v04.py
DocSafe/networks/net_StampOne/message_preparation_networks_v05.py
DocSafe/networks/net_StampOne/message_preparation_networks_v06.py
DocSafe/networks/net_StampOne/weight_wavelet.py
DocSafe/networks/networks_M1/AttentionVNet_decoder.py
DocSafe/networks/networks_M1/AttentionVNet_encoder.py
DocSafe/networks/networks_M1/Snake_activation_function.py
DocSafe/networks/networks_M1/Sobel_Egdes.py
DocSafe/networks/networks_M1/Special_Transform_Network_vt01.py
DocSafe/networks/networks_M1/Special_Transform_Network_vt02.py
DocSafe/networks/networks_M1/Specteral_Discrimnator.py
DocSafe/networks/networks_M1/Specteral_Discrimnator_v03.py
DocSafe/networks/networks_M1/Stega_Discrimnator.py
DocSafe/networks/networks_M1/Stega_Discrimnator_v02.py
DocSafe/networks/networks_M1/Steganography_Discriminator_v01.py
DocSafe/networks/networks_M1/Tools_Specteral_Discrimnator_v03.py
DocSafe/networks/networks_M1/Tools_Specteral_Discrimnator_v03_Losses.py
DocSafe/networks/networks_M1/Tools_StampOne_Net.py
DocSafe/networks/networks_M1/Tools_StampOne_Net2.py
DocSafe/networks/networks_M1/Wavelet_transfer3.py
DocSafe/networks/networks_M1/Wavelet_transfer3_message.py
DocSafe/networks/networks_M1/__init__.py
DocSafe/networks/networks_M1/message_preparation_networks_v06.py
DocSafe/networks/networks_M1/message_preparation_networks_v07.py
DocSafe/networks/networks_M1/weight_wavelet.py
DocSafe/networks/networks_M2/AttentionVNet_decoder.py
DocSafe/networks/networks_M2/AttentionVNet_encoder.py
DocSafe/networks/networks_M2/Snake_activation_function.py
DocSafe/networks/networks_M2/Sobel_Egdes.py
DocSafe/networks/networks_M2/Special_Transform_Network_vt01.py
DocSafe/networks/networks_M2/Special_Transform_Network_vt02.py
DocSafe/networks/networks_M2/Specteral_Discrimnator.py
DocSafe/networks/networks_M2/Specteral_Discrimnator_v03.py
DocSafe/networks/networks_M2/Stega_Discrimnator.py
DocSafe/networks/networks_M2/Stega_Discrimnator_v02.py
DocSafe/networks/networks_M2/Steganography_Discriminator_v01.py
DocSafe/networks/networks_M2/Tools_Specteral_Discrimnator_v03.py
DocSafe/networks/networks_M2/Tools_Specteral_Discrimnator_v03_Losses.py
DocSafe/networks/networks_M2/Tools_StampOne_Net.py
DocSafe/networks/networks_M2/Tools_StampOne_Net2.py
DocSafe/networks/networks_M2/Wavelet_transfer3.py
DocSafe/networks/networks_M2/Wavelet_transfer3_message.py
DocSafe/networks/networks_M2/__init__.py
DocSafe/networks/networks_M2/message_preparation_networks_v07.py
DocSafe/networks/networks_M2/weight_wavelet.py
DocSafe/networks/networks_M3/AttentionVNet_decoder.py
DocSafe/networks/networks_M3/AttentionVNet_encoder.py
DocSafe/networks/networks_M3/Snake_activation_function.py
DocSafe/networks/networks_M3/Sobel_Egdes.py
DocSafe/networks/networks_M3/Special_Transform_Network_vt01.py
DocSafe/networks/networks_M3/Special_Transform_Network_vt02.py
DocSafe/networks/networks_M3/Specteral_Discrimnator.py
DocSafe/networks/networks_M3/Specteral_Discrimnator_v03.py
DocSafe/networks/networks_M3/Stega_Discrimnator.py
DocSafe/networks/networks_M3/Stega_Discrimnator_v02.py
DocSafe/networks/networks_M3/Steganography_Discriminator_v01.py
DocSafe/networks/networks_M3/Tools_Specteral_Discrimnator_v03.py
DocSafe/networks/networks_M3/Tools_Specteral_Discrimnator_v03_Losses.py
DocSafe/networks/networks_M3/Tools_StampOne_Net.py
DocSafe/networks/networks_M3/Tools_StampOne_Net2.py
DocSafe/networks/networks_M3/Wavelet_transfer3.py
DocSafe/networks/networks_M3/Wavelet_transfer3_message.py
DocSafe/networks/networks_M3/__init__.py
DocSafe/networks/networks_M3/message_preparation_networks_v07.py
DocSafe/networks/networks_M3/weight_wavelet.py
FarhadCV/ErrorBinaryCode.py
FarhadCV/Farhadcolor.py
FarhadCV/TFSaveTools.py
FarhadCV/Tools.py
FarhadCV/Tools_send_notifaction.py
FarhadCV/__init__.py
FarhadCV/utility.py
FarhadCV/utils.py
Network_Libs/__init__.py
Network_Libs/ArtCoder/SS_layer.py
Network_Libs/ArtCoder/__init__.py
Network_Libs/ArtCoder/tools.py
Network_Libs/ArtCoder/utils.py
Network_Libs/ArtCoder/utils_code.py
Network_Libs/Vision_Transformer/Patch_Embedding.py
Network_Libs/Vision_Transformer/__init__.py
Tools_GAN/__init__.py
Tools_GAN/linear_interpolation.py
Tools_GAN/ranger.py
Tools_nvidia_torch/__init__.py
Tools_nvidia_torch/torch_utils.py
configs/__init__.py
configs/data_configs.py
configs/paths_config.py
configs/transforms_config.py