You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried on current jolibrain/deepdetect_cpu, When running the following object detect train call, I am expecting it to look at the one text file and split the data automatically, but I get a segfault instead.
When I DO NOT use test_split and manually provide a test.txt and train.txt everything works fine..
[2020-08-18 11:17:43.539] [caffe] [info] tdata -> label
terminate called after throwing an instance of 'CaffeErrorException'
what(): ./include/caffe/util/db_lmdb.hpp:15 / Check failed (custom): (mdb_status) == (0)
Aborted (core dumped)
ok - in which case, could you please add something to the documentation to say that this is only for CSV, as I spent a bit of time trying to figure out where I went wrong :)
Tried on current
jolibrain/deepdetect_cpu
, When running the following object detect train call, I am expecting it to look at the one text file and split the data automatically, but I get a segfault instead.When I DO NOT use
test_split
and manually provide atest.txt
andtrain.txt
everything works fine..My training call..
if I change
data
from an array to just a string"data": "/tags_dataset/1-images.txt"
I getSo I'm not sure if something is not quite explained right in the documentation, unsure :)
My
1-images.txt
looks like..and they are accessible inside the container no problems
The text was updated successfully, but these errors were encountered: