MCPcopy Create free account

hub / github.com/ladaapp/lada / functions

Functions1,651 in github.com/ladaapp/lada

↓ 1 callersFunctionmodel_info
(model, verbose=False, img_size=640)
lada/models/bpjdet/utils/torch_utils.py:76
↓ 1 callersFunctionmorph
(mask: Mask, iterations=1, operator=cv2.MORPH_DILATE)
lada/utils/mask_utils.py:15
↓ 1 callersMethodmosaic_detection
(self, value: bool)
lada/gui/frame_restorer_provider.py:67
↓ 1 callersMethodmosaic_detection_model_name
(self, value: str)
lada/gui/frame_restorer_provider.py:51
↓ 1 callersMethodmosaic_restoration_model_name
(self, value: str)
lada/gui/frame_restorer_provider.py:47
↓ 1 callersFunctionmse_loss
MSE loss. Args: pred (Tensor): Prediction Tensor with shape (n, c, h, w). target ([type]): Target Tensor with shape (n, c, h, w).
lada/models/basicvsrpp/mmagic/pixelwise_loss.py:32
↓ 1 callersMethodon_add_file
(self, item: ExportItemData)
lada/gui/export/export_single_file_page.py:200
↓ 1 callersMethodon_button_start_export_clicked
(self, start_export_button: Gtk.Button)
lada/gui/export/export_view.py:186
↓ 1 callersMethodon_drag_end
(self, offset_x)
lada/gui/watch/timeline.py:88
↓ 1 callersMethodon_eos
(self)
lada/gui/watch/watch_view.py:555
↓ 1 callersMethodon_export_item_remove_requested
(self, view_item: ExportMultipleFilesRow)
lada/gui/export/export_multiple_files_page.py:53
↓ 1 callersMethodon_files_selected
(self, files: list[Gio.File])
lada/gui/window.py:82
↓ 1 callersMethodon_fullscreened
(self, fullscreened: bool)
lada/gui/window.py:90
↓ 1 callersMethodon_opening_subtitles_failed
(self)
lada/gui/watch/watch_view.py:568
↓ 1 callersMethodon_pipeline_state
(self, state: PipelineState)
lada/gui/watch/watch_view.py:559
↓ 1 callersMethodon_restored_file_changed
(self, idx: int, restored_file: Gio.File)
lada/gui/export/export_multiple_files_page.py:102
↓ 1 callersMethodon_show_error_requested
(self, view_item: ExportMultipleFilesRow)
lada/gui/export/export_multiple_files_page.py:59
↓ 1 callersMethodon_shutdown
(self, *_args)
lada/gui/application.py:84
↓ 1 callersMethodon_sidebar_opened
(self, is_sidebar_open: bool)
lada/gui/watch/overlay_elements_controller.py:126
↓ 1 callersMethodon_toggle_fullscreen
(self)
lada/gui/window.py:94
↓ 1 callersMethodon_video_export_requested
(self, restore_directory_or_file: Gio.File)
lada/gui/window.py:74
↓ 1 callersMethodon_video_export_started
(self, restored_files: list[Gio.File])
lada/gui/export/export_multiple_files_page.py:97
↓ 1 callersMethodon_waiting_for_data
(self, waiting_for_data: bool)
lada/gui/watch/watch_view.py:582
↓ 1 callersMethodon_window_focused
(self, focused: bool)
lada/gui/watch/watch_view.py:710
↓ 1 callersFunctionoverlay_mask_boundary
(frame, mask, color=(0, 255, 0), thickness=2)
lada/utils/visualization_utils.py:17
↓ 1 callersMethodpad_frame
(frame: torch.Tensor)
lada/gui/watch/gstreamer_pipeline_appsrc.py:277
↓ 1 callersFunctionpad_image_tensor_by_pad
(img: ImageTensor, pad: Pad, mode='zero')
lada/utils/image_utils.py:70
↓ 1 callersFunctionparse_args
()
scripts/dataset_creation/create-watermark-detection-dataset.py:69
↓ 1 callersFunctionparse_args
()
scripts/dataset_creation/create-mosaic-restoration-dataset.py:19
↓ 1 callersFunctionparse_args
()
scripts/dataset_creation/convert-dataset-labelme-to-yolo.py:53
↓ 1 callersFunctionparse_args
()
scripts/dataset_creation/create-mosaic-detection-dataset.py:284
↓ 1 callersFunctionparse_args
()
scripts/training/train-mosaic-restoration-basicvsrpp.py:14
↓ 1 callersFunctionparse_args
()
scripts/evaluation/run-yolo.py:51
↓ 1 callersFunctionparse_args
()
scripts/evaluation/view-yolo.py:119
↓ 1 callersFunctionparse_args
()
scripts/evaluation/validate-basicvsrpp.py:35
↓ 1 callersFunctionparse_args
()
scripts/evaluation/validate-yolo.py:10
↓ 1 callersFunctionparse_args
()
scripts/evaluation/validate-deepmosaics.py:34
↓ 1 callersFunctionparse_args
()
scripts/evaluation/run-bj-classifier.py:67
↓ 1 callersFunctionparse_args
()
packaging/flatpak/convert-pylock-to-flatpak.py:193
↓ 1 callersFunctionparse_model
(d, ch)
lada/models/bpjdet/models/yolo.py:242
↓ 1 callersMethodpause_if_currently_playing
(self)
lada/gui/watch/watch_view.py:572
↓ 1 callersFunctionpdf2
Calculate PDF of the bivariate Gaussian distribution. Args: sigma_matrix (ndarray): with the shape (2, 2) grid (ndarray): generate
lada/utils/degradations.py:53
↓ 1 callersMethodpipeline_add_video
(self)
lada/gui/watch/gstreamer_pipeline_manager.py:243
↓ 1 callersMethodpipeline_remove_audio
(self)
lada/gui/watch/gstreamer_pipeline_manager.py:340
↓ 1 callersMethodpopulate
(self)
lada/gui/shortcuts.py:40
↓ 1 callersMethodpostprocess
(self, preds, img, orig_imgs: list[ImageTensor])
lada/models/yolo/yolo11_segmentation_model.py:75
↓ 1 callersMethodprepare
Prepare for the pre-calculating items of the metric. Defaults to do nothing. Args: module (nn.Module): Model to evaluate.
lada/models/basicvsrpp/mmagic/base_gen_metric.py:191
↓ 1 callersFunctionprepare_windows_gui_environment
()
lada/gui/__init__.py:17
↓ 1 callersMethodpreprocess
(self, imgs: list[ImageTensor])
lada/models/yolo/yolo11_segmentation_model.py:56
↓ 1 callersFunctionprint_colored_log
Print colored log with default logger. Args: msg (str): Message to log. level (int): The root logger level. Note that only the pr
lada/models/basicvsrpp/mmagic/logger.py:11
↓ 1 callersFunctionprocess_frame
(input: np.ndarray[np.uint8], model, conf, classes, imgsz, iou, negate=False)
scripts/evaluation/run-yolo.py:15
↓ 1 callersFunctionprocess_image
(input: str, output_path, model, conf, classes, imgsz, iou, negate=False)
scripts/evaluation/run-yolo.py:22
↓ 1 callersFunctionprocess_package
(package: dict, glib_major: int, glib_minor: int, python_major: int, python_minor: int, python_patch: int)
packaging/flatpak/convert-pylock-to-flatpak.py:99
↓ 1 callersFunctionprocess_video_file
(input_path: str, output_path: str, temp_dir_path: str, device: torch.device, mosaic_restoration_model, mosaic
lada/cli/main.py:96
↓ 1 callersFunctionprocess_video_v3
(input_path, output_path, frame_processor: Callable[[Image], Image])
lada/utils/video_utils.py:243
↓ 1 callersMethodpropagate
Propagate the latent features throughout the sequence. Args: feats dict(list[tensor]): Features from previous branches. Each
lada/models/basicvsrpp/mmagic/basicvsr_plusplus_net.py:115
↓ 1 callersFunctionpsnr
Calculate PSNR (Peak Signal-to-Noise Ratio). Ref: https://en.wikipedia.org/wiki/Peak_signal-to-noise_ratio Args: img1 (ndarray): Ima
lada/models/basicvsrpp/mmagic/psnr.py:85
↓ 1 callersFunctionrandom_add_gaussian_noise_pt
(img, sigma_range=(0, 1.0), gray_prob=0, clip=True, rounds=False)
lada/utils/degradations.py:523
↓ 1 callersFunctionrandom_add_poisson_noise_pt
(img, scale_range=(0, 1.0), gray_prob=0, clip=True, rounds=False)
lada/utils/degradations.py:684
↓ 1 callersFunctionrandom_generate_gaussian_noise
(img, sigma_range=(0, 10), gray_prob=0)
lada/utils/degradations.py:495
↓ 1 callersFunctionrandom_generate_gaussian_noise_pt
(img, sigma_range=(0, 10), gray_prob=0)
lada/utils/degradations.py:515
↓ 1 callersFunctionrandom_generate_poisson_noise
(img, scale_range=(0, 1.0), gray_prob=0)
lada/utils/degradations.py:655
↓ 1 callersFunctionrandom_generate_poisson_noise_pt
(img, scale_range=(0, 1.0), gray_prob=0)
lada/utils/degradations.py:676
↓ 1 callersFunctionrandom_mixed_kernels
Randomly generate mixed kernels. Args: kernel_list (tuple): a list name of kernel types, support ['iso', 'aniso', 'skew', 'gen
lada/utils/degradations.py:312
↓ 1 callersFunctionread_pylock_toml
(path: str)
packaging/flatpak/convert-pylock-to-flatpak.py:35
↓ 1 callersFunctionreduce_loss
Reduce loss as specified. Args: loss (Tensor): Elementwise loss tensor. reduction (str): Options are "none", "mean" and "sum".
lada/models/basicvsrpp/mmagic/loss_wrapper.py:12
↓ 1 callersFunctionregister_all_modules
()
lada/models/basicvsrpp/mmagic/__init__.py:9
↓ 1 callersMethodreinit_appsrc
(self)
lada/gui/watch/gstreamer_pipeline_manager.py:390
↓ 1 callersFunctionreorder_image
Reorder images to 'HWC' order. If the input_order is (h, w), return (h, w, 1); If the input_order is (c, h, w), return (h, w, c); If the
lada/models/basicvsrpp/mmagic/img_utils.py:80
↓ 1 callersMethodreset_to_default_values
(self)
lada/gui/config/config.py:347
↓ 1 callersFunctionrgb2ycbcr
Convert a RGB image to YCbCr image. This function produces the same results as Matlab's `rgb2ycbcr` function. It implements the ITU-R BT.601
lada/models/basicvsrpp/mmagic/colorspace.py:149
↓ 1 callersMethodrun
(self)
scripts/evaluation/view-yolo.py:95
↓ 1 callersMethodrun
Launch validation. The evaluation process consists of four steps. 1. Prepare pre-calculated items for all metrics by calling :meth
lada/models/basicvsrpp/mmagic/multi_loops.py:170
↓ 1 callersMethodrun_iter
Iterate one mini-batch and feed the output to corresponding `metrics`. Args: idx (int): Current idx for the input data.
lada/models/basicvsrpp/mmagic/multi_loops.py:254
↓ 1 callersMethodrun_iter
Iterate one mini-batch and feed the output to corresponding `metrics`. Args: idx (int): Current idx for the input data.
lada/models/basicvsrpp/mmagic/multi_loops.py:505
↓ 1 callersMethodsave_image_info_with_polygons
Save image information along with polygon shapes and xy coordinates to a JSON file. If the JSON file already exists, append the new m
scripts/dataset_creation/convert-dataset-yolo-to-labelme.py:20
↓ 1 callersFunctionscale_and_unpad_image
(masks, im0_shape)
lada/utils/ultralytics_utils.py:52
↓ 1 callersFunctionscale_box
(img: Image, box: Box, mask_scale=1.0)
lada/utils/box_utils.py:13
↓ 1 callersFunctionscale_img
(img, ratio=1.0, same_shape=False, gs=32)
lada/models/bpjdet/utils/torch_utils.py:99
↓ 1 callersFunctionscale_pad
(pad: Pad, scale_h: float, scale_w: float)
lada/utils/image_utils.py:98
↓ 1 callersFunctionscaled_sigmoid_size
(area, alpha=1.0)
lada/utils/mosaic_utils.py:171
↓ 1 callersMethodscreenshot
(self, dir)
scripts/evaluation/view-yolo.py:85
↓ 1 callersMethodseek_async
(self, seek_position_ns)
lada/gui/watch/gstreamer_pipeline_manager.py:171
↓ 1 callersMethodset_button_start_restore_label
(self, value: str)
lada/gui/export/export_single_file_page.py:217
↓ 1 callersMethodset_predefined_data
set or change pre-defined key-value pairs in ``data_field`` by parameter ``data``. Args: data (dict): A dict contains ann
lada/models/basicvsrpp/mmagic/data_sample.py:203
↓ 1 callersMethodset_seed
Set the seed for reproducibility
lada/models/dover/evaluate.py:103
↓ 1 callersMethodset_subtitle_font_size
(self, font_size: int)
lada/gui/watch/gstreamer_pipeline_manager.py:386
↓ 1 callersMethodset_thumbnail
(self, thumbnail: Image)
lada/gui/watch/seek_preview_popover.py:36
↓ 1 callersFunctionsetup_argparser
()
lada/cli/main.py:31
↓ 1 callersMethodsetup_config_signal_handlers
(self)
lada/gui/watch/watch_view.py:316
↓ 1 callersMethodsetup_double_click_fullscreen
(self)
lada/gui/watch/watch_view.py:307
↓ 1 callersMethodsetup_window
(self)
scripts/evaluation/view-yolo.py:47
↓ 1 callersMethodshape_transform
(in_shape, orig_shape)
lada/models/centerface/centerface.py:117
↓ 1 callersMethodshow_cursor_position
(self, cursor_position_ns: int | None, x: float | None)
lada/gui/watch/watch_view.py:381
↓ 1 callersMethodshow_export_dialog
(self, dismissed_callback)
lada/gui/export/export_view.py:536
↓ 1 callersFunctionshow_image_file
(file_path, detectors: list[NsfwImageDetector | FaceDetector | HeadDetector], negative_detectors: list[Waterma
scripts/dataset_creation/create-mosaic-detection-dataset.py:185
↓ 1 callersMethodshow_select_temp_folder
(self)
lada/gui/config/config_sidebar.py:522
↓ 1 callersMethodshow_shutdown_confirmation_dialog
(self)
lada/gui/export/export_view.py:593
↓ 1 callersMethodshow_spinner
(self)
lada/gui/watch/seek_preview_popover.py:28
↓ 1 callersMethodshow_video_export_started
(self, save_file: Gio.File)
lada/gui/export/export_view.py:278
← previousnext →601–700 of 1,651, ranked by callers