Denis Efe

Results 19 comments of Denis Efe

Could you give us more information? From what I understand, your images have 3 channels, width 1125 and height 2000. Do you have an XML file (for each image) or...

As @J-Lentz mentioned in his post above, you need to create a configuration file in _/var/lib/iwd_ and save it as _ssid.8021x_ You can find way more information if you look...

I am having the same problem. Validation during training (custom dataset) worked fine and I was getting results, but running test.py directly doesn't seem to work. Have you found a...

> Unfortunately no. I solved my issue by setting "half_precision=False" in test.py

> @sph1n3x what is the cmd you used? and you did it for custom dataset or coco dataset? I used the same command as in the description and used a...

@boxingfan123 Any updates on this? I am also curious about a solution

> You can see the code that applies the **oriented object detection** to yolov7 at the link below. I referring to the code of https://github.com/hukaixuan19970627/yolov5_obb and the yolov7. > >...

Are you trying to train for segmentation? If yes, you should probably check-out the u7 branch.

@nebiyebulan By u7 branch, I mean https://github.com/WongKinYiu/yolov7/tree/u7 This one is for image segmentation though. Based on the image you provided, I assume you are trying to train an object detector...

> Oke so it's about the width and height of the image what i want to resize ? The resizing output is always "square", i.e. 640x640, 416x416 etc. Say, you...