-
When I use insightface with pydantic to push on replicate cog, this kind of error starts to appear.
Detail is under.
```shell
Validating model schema...
Traceback (most recent call last):
F…
-
## Describe the bug
I got this error when installing
### To Reproduce
Steps to reproduce the behavior:
```
python:3.12.7
pip: 24.2
gcc:4.8.5
```
cat /etc/os-release
```
NAME="Ce…
-
Hi everyone
I am getting error like(module 'albumentations' has no attribute 'Lambda') i tried a lot but couldn't solved it . I am looking for your help.
Actually.
same code are not working here…
mepky updated
4 years ago
-
Hello,
I wanted to use your model. I first created an environment as suggested then successfully prepared the data using :
`python prepare_iam.py ../IAM/forms/ ../IAM/xml ./data/IAM/splits ./data/…
-
I understood the concepts here , but I am unable to figure out how I should use this github repo wth my pytorch dataset even after going throught h colab implementations.
I am using this classific…
-
-
I get an error when I run the following line of code:
!yolo task=detect mode=train epochs=50 batch=40 plots=True model=weights/yolov10n.pt data=/home/data.yaml
Error:
/home/miniconda3/lib/pyt…
-
I've met this problem when trying to train the model.
AttributeError: module 'albumentations.augmentations.functional' has no attribute 'resize'
my albumentations's version is 1.2.1
![image](https:…
-
Hello,
I am trying to incorporate the copy and paste effect with mmdetection based on https://github.com/conradry/copy-paste-aug, which is implemented as a subclass of albumentation's DualTransfor…
-
I encountered several `ModuleNotFoundError` errors while working with the EarthVQA repository. After investigating the issue, I found that certain modules that are called within the EarthVQA codebase …