Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ladaapp/lada
/ functions
Functions
1,651 in github.com/ladaapp/lada
⨍
Functions
1,651
◇
Types & classes
278
↳
Endpoints
3
Method
config
(self)
lada/gui/config/config_sidebar.py:168
Method
config
(self)
lada/gui/export/export_view.py:90
Function
consumer
()
lada/utils/threading_utils.py:93
Method
conversion
(inputs, channel_index)
lada/models/basicvsrpp/mmagic/data_preprocessor.py:304
Function
convert_color
(img: np.ndarray)
lada/models/basicvsrpp/mmagic/colorspace.py:285
Function
convert_from_opencv
(opencv_box: tuple[int, int, int, int])
lada/utils/box_utils.py:32
Function
convert_yolo_conf
(yolo_box: UltralyticsBoxes)
lada/utils/ultralytics_utils.py:49
Function
convnext_base
(pretrained=False, in_22k=False, **kwargs)
lada/models/dover/models/conv_backbone.py:560
Function
convnext_large
(pretrained=False, in_22k=False, **kwargs)
lada/models/dover/models/conv_backbone.py:569
Function
convnext_pico
(**kwargs)
lada/models/dover/models/conv_backbone.py:327
Function
convnext_small
(pretrained=False,in_22k=False, **kwargs)
lada/models/dover/models/conv_backbone.py:552
Function
convnext_tiny
(pretrained=False,in_22k=False, **kwargs)
lada/models/dover/models/conv_backbone.py:544
Function
convnext_xlarge
(pretrained=False, in_22k=False, **kwargs)
lada/models/dover/models/conv_backbone.py:577
Function
convnextv2_3d_atto
(**kwargs)
lada/models/dover/models/conv_backbone.py:605
Function
convnextv2_3d_nano
(pretrained="../pretrained/convnextv2_nano_1k_224_ema.pt", **kwargs)
lada/models/dover/models/conv_backbone.py:620
Function
convnextv2_atto
(**kwargs)
lada/models/dover/models/conv_backbone.py:319
Function
convnextv2_base
(**kwargs)
lada/models/dover/models/conv_backbone.py:339
Function
convnextv2_femto
(**kwargs)
lada/models/dover/models/conv_backbone.py:323
Function
convnextv2_huge
(**kwargs)
lada/models/dover/models/conv_backbone.py:347
Function
convnextv2_large
(**kwargs)
lada/models/dover/models/conv_backbone.py:343
Function
convnextv2_nano
(**kwargs)
lada/models/dover/models/conv_backbone.py:331
Function
convnextv2_tiny
(**kwargs)
lada/models/dover/models/conv_backbone.py:335
Function
create_blend_mask
(crop_mask: torch.Tensor)
lada/utils/mask_utils.py:70
Function
create_files_drop_target
(video_files_callback: Callable[[list[Gio.File]], None], subtitle_files_callback: Callable[[list[Gio.File]], N
lada/gui/utils.py:163
Method
crop
(self, save_dir='runs/detect/exp')
lada/models/bpjdet/models/common.py:380
Method
cursor_position
(self, position: int, x: float)
lada/gui/watch/timeline.py:53
Method
custom_encoding_presets
(self)
lada/gui/config/config.py:184
Function
define_D
(input_nc=6, ndf=64, n_layers_D=1, use_sigmoid=False, num_D=3, gpu_id='-1')
lada/models/deepmosaics/models/BVDNet.py:105
Function
define_G
(N=2, n_blocks=1, gpu_id='-1')
lada/models/deepmosaics/models/BVDNet.py:98
Method
detect
(self, source: str | Image)
lada/datasetcreation/detectors/watermark_detector.py:46
Method
detect
(self, source: str | Image)
lada/datasetcreation/detectors/mosaic_detector.py:45
Method
detect
(self, images:list[Image], boxes:Optional[list[Box]]=None)
lada/datasetcreation/detectors/nudenet_nsfw_detector.py:25
Method
detect
(self, source: str | Image)
lada/datasetcreation/detectors/nsfw_frame_detector.py:42
Method
detect
(self, source: str | Image)
lada/datasetcreation/detectors/head_detector.py:61
Method
detect_batch
(self, images:list[Image], boxes:Optional[list[Box]]=None)
lada/datasetcreation/detectors/watermark_detector.py:20
Method
detect_face_mosaics
(self, value: bool)
lada/gui/frame_restorer_provider.py:79
Function
diff_round
Differentiable rounding function
lada/utils/jpeg_utils.py:434
Function
dilate_mask
(mask: Mask, dilatation_size=11, iterations=2)
lada/utils/mask_utils.py:22
Method
disabled
(self)
lada/gui/config/config_sidebar.py:177
Method
do_activate
(self)
lada/gui/application.py:68
Method
do_activate
(self)
lada/gui/missing_flatpak_extension_application.py:52
Method
do_get_property
(self, prop: GObject.GParamSpec)
lada/gui/watch/gstreamer_pipeline_appsrc.py:79
Method
do_seek
()
lada/gui/watch/gstreamer_pipeline_manager.py:174
Method
do_set_property
(self, prop: GObject.GParamSpec, value)
lada/gui/watch/gstreamer_pipeline_appsrc.py:87
Method
do_snapshot
AFAIK, it's currently only possible to get the accent color programmatically. Other colors need apparently be to be hardcoded and pra
lada/gui/watch/timeline.py:112
Method
do_state_changed
(self, oldstate: Gst.State, newstate: Gst.State, pending: Gst.State)
lada/gui/watch/gstreamer_pipeline_appsrc.py:105
Function
draw_mosaic_detections
(clip: Clip, border_color = (255, 0, 255))
lada/utils/visualization_utils.py:33
Method
dtype
(self)
lada/models/dover/models/xclip_backbone.py:251
Function
dump_available_detection_models
()
lada/cli/utils.py:132
Function
dump_available_encoding_presets
()
lada/cli/utils.py:154
Function
dump_available_restoration_models
()
lada/cli/utils.py:143
Function
dump_encoder_options
(encoder: str)
lada/cli/utils.py:165
Function
dump_encoders
()
lada/cli/utils.py:99
Function
dump_torch_devices
()
lada/cli/utils.py:110
Method
duration
(self)
lada/gui/watch/timeline.py:32
Function
empty_out_queue
(queue: Queue | PipelineQueue, debug_queue_name: str | None = None)
lada/utils/threading_utils.py:80
Function
empty_out_queue_until_futures_are_done
(queue: Queue, debug_queue_name: str, futures: list[concurrent_futures.Future])
lada/utils/threading_utils.py:105
Function
empty_out_queue_until_producer_is_done
Use it only if producer we're waiting for can produce an unknown number of items before it stops and could therefore potentially block on put
lada/utils/threading_utils.py:88
Method
encoding_preset
(self)
lada/gui/config/encoding_preset_dialog.py:63
Method
encoding_preset_name
(self)
lada/gui/config/config.py:195
Method
enough_datapoints
(self)
lada/gui/export/export_item_data.py:76
Method
entry_description_changed_callback
(self, entry)
lada/gui/config/encoding_preset_dialog.py:102
Method
entry_row_file_name_pattern_changed_callback
(self, entry_row)
lada/gui/config/config_sidebar.py:276
Method
entry_row_file_name_pattern_focused_callback
(self, row_entry, param_spec)
lada/gui/config/config_sidebar.py:284
Method
entry_row_post_export_custom_command_changed_callback
(self, entry_row)
lada/gui/config/config_sidebar.py:330
Method
eos
(self)
lada/gui/watch/gstreamer_pipeline_manager.py:85
Method
error_details
(self)
lada/gui/export/export_item_data.py:130
Method
evaluate
(self)
lada/models/basicvsrpp/mmagic/base_sample_wise_metric.py:118
Method
evaluate
Evaluate the model performance of the whole dataset after processing all batches. Different like :class:`~mmengine.evaluator.BaseMetric`,
lada/models/basicvsrpp/mmagic/base_gen_metric.py:113
Method
evaluate
Evaluate generative metric. In this function we only collect :attr:`fake_results` because generative metrics do not need real images.
lada/models/basicvsrpp/mmagic/base_gen_metric.py:333
Method
execute_shutdown
()
lada/gui/export/export_view.py:601
Method
expander_row_post_export_action_enable_callback
(self, expander_row: Adw.ExpanderRow, param_spec)
lada/gui/config/config_sidebar.py:305
Method
experiment
Return the experiment object associated with this visualization backend.
lada/models/basicvsrpp/mmagic/vis_backend.py:91
Method
export_directory
(self)
lada/gui/config/config.py:218
Method
extract_gt_data
(self, data_samples)
lada/models/basicvsrpp/basicvsrpp_gan.py:93
Function
extract_video_frames
(input)
scripts/dataset_creation/extract-video-frames.py:47
Method
fake_nums_per_device
Number of fake images need for current device.
lada/models/basicvsrpp/mmagic/base_gen_metric.py:72
Method
file_name_pattern
(self)
lada/gui/config/config.py:229
Function
file_size
(file)
lada/models/bpjdet/utils/general.py:57
Method
files_opened_signal
(self, files: list[Gio.File])
lada/gui/watch/watch_view.py:186
Method
files_opened_signal
(self, files: list[Gio.File])
lada/gui/fileselection/file_selection_view.py:50
Method
files_opened_signal
(self, files: list[Gio.File])
lada/gui/export/export_view.py:178
Method
forward
(self, img)
lada/utils/transforms.py:80
Method
forward
(self, img)
lada/utils/transforms.py:99
Method
forward
(self, img)
lada/utils/transforms.py:112
Method
forward
(self, img)
lada/utils/transforms.py:124
Method
forward
(self, img)
lada/utils/transforms.py:154
Method
forward
(self, img)
lada/utils/transforms.py:167
Method
forward
(self, imgs)
lada/utils/transforms.py:179
Method
forward
(self, img)
lada/utils/transforms.py:191
Method
forward
(self, imgs: list[Image] | Image)
lada/utils/transforms.py:209
Method
forward
(self, tensor)
lada/utils/transforms.py:261
Method
forward
(self, img)
lada/utils/transforms.py:271
Method
forward
(self, img: Image, mask: Mask)
lada/utils/transforms.py:303
Method
forward
(self, img, weight=0.5, threshold=10)
lada/utils/image_utils.py:292
Method
forward
Args: x (Tensor): Input image, bchw, rgb, [0, 1] quality(float): Quality factor for jpeg compression scheme.
lada/utils/jpeg_utils.py:29
Method
forward
Args: image(tensor): batch x 3 x height x width Returns: dict(tensor): Compressed tensor with batch x h*w/64
lada/utils/jpeg_utils.py:69
Method
forward
Args: image(Tensor): batch x 3 x height x width Returns: Tensor: batch x height x width x 3
lada/utils/jpeg_utils.py:100
Method
forward
Args: image(tensor): batch x height x width x 3 Returns: y(tensor): batch x height x width cb(ten
lada/utils/jpeg_utils.py:118
Method
forward
Args: image(tensor): batch x height x width Returns: Tensor: batch x h*w/64 x h x w
lada/utils/jpeg_utils.py:142
← previous
next →
1,101–1,200 of 1,651, ranked by callers