-
```
def folder2lmdb(anno_file, name="train", write_frequency=5000, num_workers=16):
ids = []
annotation = []
for line in open(anno_file,'r'):
filename = line.strip().split()[0…
-
Hi, I hope this message finds you well.
I am highly interested in your work and currently in the process of reproducing it. However, after downloading full datasets, I was unable to find data prepr…
-
Great works! But when I try to run **download_assets.sh** to download ImageNet-256x256 and ImageNet-512x512 files, I get the following error and the address I get is:
https://slurm-ord.s3.amazonaws…
-
![image](https://github.com/HPLQAQ/SAM-Deblur/assets/74661436/3ee1c446-3016-4ba4-a30e-681267215afe)
What should I do if the forword function lacks masks when calculating model parameters?Hope to get …
-
Hello All,
I had tested Detection (using KITTY datasets) on DIGITS.
I found that DIGITS created image-LMDB and label-LMDB.
(image-LMDB was generated from KITTY original images,
label-LMDB was g…
-
Exception has occurred: Error
/home/leon/ocr/LetsOCR/data/train_lmdb: No such file or directory
File "/home/leon/ocr/LetsOCR/lib/dataset.py", line 25, in __init__
meminit=False)
配置文件:
raw…
-
When I create lmdb dataset with custom data(e.g. with trdg create multi words in per image), I followed the guide to create dataset, and I trained with below code:
`CUDA_VISIBLE_DEVICES=0,1,2,3 pytho…
-
Hello, I was trying to train using Vimeo-90K dataset.,How to know datasets in the lmdb is train dataset or test dataset?
-
Hi,
I am trying t use the ST_SPE.zip lmdb dataset of the special characters to fine-tune another model which has been previously trained for non-special characters but the model does not learn still …
-
today, when I tried to convert mnist dataset into lmdb, I got the aformentioned error.
here is the log and how I tried to run it :
```
"N:\caffe-master\Build\x64\Release\convert_mnist_data.exe" N:…