mansour

Results 8 issues of mansour

Hello, After working with my own images(some images), i created > with no problem and the segmentation worked fine and i've got the > file. Running the > gave me...

Running this command `python -B main.py -t --batch_size 40 --epochs 200 --base_learning_rate=0.0001` gave me this error. Can you tell me where is that file ? IOError: [Errno 2] No such...

`Traceback (most recent call last): File "train.py", line 258, in initial_weights=initial_weights) File "train.py", line 224, in train test_xs, test_ys = unzip(list(read_data("test/*.png"))[:50]) File "train.py", line 65, in read_data code = fname.split("/")[1][9:16]...

What change should take place to run the train on CPU?

After downloading YOLO and running it by typing ./darknet detect cfg/yolo.cfg yolo.weights data/dog.jpg I get a new picture which contains a bounding box. So how can I know the coordinates...

i have this error wheni execute the command of train I0613 00:09:52.356884 6121 caffe.cpp:218] Using GPUs 0 F0613 00:09:52.357022 6121 common.cpp:66] Cannot use GPU in CPU-only Caffe: check mode. ***...

Hello everybody, With my Ubuntu 14.04, Nvidia 740M, and Cuda 7.5 i run " python ./experiments/testing/ROLO_network_test_all.py " which caused the problem mentioned here. Any solutions proposed please. Thank you a...

Hello Mhliao, I have installed caffe with CPU support and I am trying to run your code with my own data set. The `train_icdar13.py` file contain a bloc that specifies...