-
During `make runtest`, [`set_id_to_class_file("/afs/cs.stanford.edu/u/vigneshr/scratch/ICCV2015/data/_temp/dummy.txt")`](https://github.com/eevignesh/videovector/blob/master/src/caffe/test/test_retrie…
-
Hello,
I want to use the same read-transaction across several threads in my application.
I activated the feature in my Cargo.toml as follows:
```
heed = { version = "0.20", default-features = fa…
-
# LMDB Keyspace Python Object Mapper (KOM)
The current keripy use of LMDB has been mostly limited to KELs for the KERI Core. However in developing applications that sit on top of the KERI core, it…
-
I try to utilize this dataset to train my network.But After I export those dataset,I found those're .webp file. So could you tell me how to convert to .png?
PS: When I directly train my network with …
-
The same issue as [#4649](https://github.com/monero-project/monero/issues/4649), but on version 0.13.0.4 (Ubuntu, 64bit), which seems to be fixed. Is there a way to avoid of downloading of 60+GB DB?
-
I have a custom dataset which is a modified version of the ICDAR 2013 training dataset for training(also a separate modified ICDAR2013 for testing), so I would like to fine-tune the network using this…
-
Following code for predicting object in script/extract_features.py
```python
# Predict the class label using the scores
objects = torch.argmax(scores[keep_boxes][start_index:], dim=1)
cls_prob =…
-
I compiled caffe-android-lib successfully for armeabi-v7a, and would like to train a model
directly on phone.
Without hassling with UI, I decide to run caffe binary through adb shell. After having …
strin updated
7 years ago
-
Prepare 3 folders each with 1/5 positive/negative ratio
*train
*val
*test
Preparet train.txt val.txt test.txt in format
filename label[0,1]
Resize them
for name in /path/to/imagenet/val/*.JPEG; do
…
-
Hello,
I am trying to finetune the SSD model for a video dataset. Because it is a video I cannot use lmdb as the size would be too large. So I am planning to pass every frame to a caffe net object …