Hadi Koubeissy

Results 10 comments of Hadi Koubeissy

Hello Sorry for the late reply, We've updated our GUI including functional and visual changes; But most importantly we are now using Tensorflow Object Detection API V2. We base our...

Hello, What is the build command you used to build the docker image? can you try to rebuild the docker image by specifying the build arg and without cache ex:...

Hello Robert, Glad that the solution is now working. Regarding the other issue you are facing on newer versions of the RTX 3080 and A4000; This issue is not caused...

Hello @rsicak Again, I've created a branch for Cuda 11 support named (cuda11_support) Link: https://github.com/BMW-InnovationLab/BMW-YOLOv4-Training-Automation/tree/cuda11_support but it's still under testing and thus stability is not fully guaranteed. You can take...

Hi, Thank you for the suggestion I'll try to change the docker image to the suggested one and do some tests.

> Hi, How to calculate the heading angle of a custom dataset, the labeled GT has rotation on the Z-Axis only with rotation on X, Y-Axis equal to 0; Should...

You can try using the cityscapes scripts https://github.com/mcordts/cityscapesScripts/blob/master/cityscapesscripts/preparation/createTrainIdLabelImgs.py `csCreateTrainIdLabelImgs` or https://github.com/caozhiwei1994/labelme2dataset/blob/main/labelme2coco_cityscape/labelme2cityscape.py where you can provide them with COCO JSON annotation format and it will generate a label map with 1...

@C-monC Thank you for the suggested typo fix. Regarding the issue for the yolov4 model it would be great if you can open this issue on the proper repo to...

Hello @Aestyo Currently, the file names are parsed by system.io library and not sorted in any form. Your mentioned comment will be taken into consideration for any new release.

I'm facing the same issue, any steps to resolve?