groot-1313

Results 5 issues of groot-1313

strndup is a Unix function that is not available on Windows. Any work around to get this working on Windows?

I have generated anchors for my own dataset for size 416x416. For sanity check, I decided to resize my training images to 416x416 and draw the bounding boxes around it...

Is there a script available to convert annotations in the YOLO txt format to the xml format accepted by the code?

Hi, I am using the following command: `python scripts/convert_plan.py data/frozen_graphs/inception_v1.pb data/plans/inception_v1.plan input 224 224 InceptionV1/Logits/SpatialSqueeze 1 0 float` to convert my network based on the [pix2pix tensorflow model](https://github.com/affinelayer/pix2pix-tensorflow), but I...

I have 300x300 single channel images. I am trying a segmentation problem. I have two classes - object1 and object2, and the rest is background. Therefore, my output is of...