Maxim Teselkin
Maxim Teselkin
Hi everyone! I am trying to use Albumentations for object detection, but after applying some augmentations it sometimes (not always - which makes it even more strange) returns empty list...
Hi! I tried to run you colab for exporting OWL-ViT to tensorflow, but got the following error: ``` TypeError: call_module() got an unexpected keyword argument 'function_list' ```
Hi! I am trying to convert jax checkpoint to tensorflow model (links you provided for tf models do not work), but I get a lot of errors connected with type...
Hi! I am trying to use ViTPose+ basic for inference using the following code: ``` # importing necessary libraries import warnings warnings.filterwarnings('ignore') import torch import torchvision import cv2 from mmpose.apis...
RuntimeError: CUDA error: an illegal memory access was encountered while setting image for predictor
Hi! I am trying to use Segment Anything, but I constantly get the following error: RuntimeError: CUDA error: an illegal memory access was encountered. Here is a small piece of...