-
i gave path to each and every variable in create_data_lmdb.sh
```
EXAMPLE=/home/kush/Desktop/Caffe_project/lmdbs # Path where the output LMDB is stored
DATA=/home/kush/Desktop/Caffe_project/ …
-
load index 24016 with error too many values to unpack (expected 2)prepare index 809612 with error too many values to unpack (expected 2)load index 409555 with error too many values to unpack (expected…
-
请问怎么使用自己书写的英文字母进行训练呢,以及怎样可以得到英文字母的书写轨迹(坐标)呢,非常感谢。
另外有没有可能以连笔的单词进行训练,实现没训练过的单词也能做到(输入字母)输出连笔单词呢?
-
Our storage is sorta naive. Turns out that what graphite does isn't that great either.
-
The training GOPRO dataset seems to be stuck, and it keeps showing 2021-11-09 12:28:47,364 INFO: Start training from epoch: 0, iter: 0
-
Thank you very much for your contribution and for sharing it. I have always been curious about the evaluation metrics for co-speech, and I would like to ask whether the test datasets used for the metr…
-
Dear Sir,
I installed your software. I have 50000 entries in my lmdb file but when I run the training prototxt file, it reads only 13000 files.
Can you please let me know the reason for that? What…
-
I use lmdb_create_example.py to create my own dataset, then use it in Multi-GPU_Training tutorial, then display_images_and_confidence give me all gray images, which is not right. please help me out, t…
-
I hope someone can give me a hand when I run creat_data.sh on pycharm ,I got the following error:
WARNING: Logging before InitGoogleLogging() is written to STDERR
F0718 22:59:00.647725 16342 convert…
-
```python
txn = db.begin(write=True)
for idx, data in enumerate(data_loader):
# print(type(data), data)
image, label = data[0]
txn.put(u'{}'.format(idx).encode('as…