SteveIb

Results 11 issues of SteveIb

When training on my own dataset, I have xml files for the annotations. I generated the anchors, the out put as following [4,41, 4,42, 7,58, 8,159, 9,80, 13,38, 17,79, 24,112,...

Hi I have the following error when runnung the command python yolo3_one_file_to_detect_them_all.py -w yolo3.weights -i dog.jpg Using Theano backend. loading weights of convolution #0 loading weights of convolution #1 loading...

Hi .. Im trying to train, but im getting the following error. any hint? Traceback (most recent call last): File "/home/dell/anaconda2/envs/yolo3/lib/python3.5/site-packages/tensorflow_core/python/framework/ops.py", line 1607, in _create_c_op c_op = c_api.TF_FinishOperation(op_desc) tensorflow.python.framework.errors_impl.InvalidArgumentError: Dimensions...

Hi, Can I train images with different width and height sizes? like 1024*512, since my image scale is 2:1 the default size is 513 in this repo, how can I...

File "train.py", line 101, in _main_(args) File "train.py", line 97, in _main_ debug = config['train']['debug']) File "/home/**/Yolo2/keras-yolo2/frontend.py", line 336, in train max_queue_size = 8) File "/home/**/anaconda2/envs/py27/lib/python2.7/site-packages/keras/legacy/interfaces.py", line 91, in wrapper...

Hi, Thanks for providing such helpful project. I have images of 2 class i extracted the images of the objects, then i created the XML annotations the images are 68*68...

Hi , I have the following mask image and it is contain multiple object from the same class .. or is it just one object per image? it is png...

question

Hi, I have large images, they are not fitting the panel,any idea how to add scroll bars to image panel?

Hi, I donwloaded the library and added it, I only added the exmaple to my code, it didn't work. I tried to add only , but still the same problem....

Hi, I installed the repository as stated, I have python 3.5 on anaconda When I try to run the working exmaple : python g_densnet_cifar.py I get the following error: Using...