Alex Heaton

Results 22 comments of Alex Heaton

Hi @Daniel-R-Armstrong thank you for the idea and sorry for the late reply. The re-indexing was provided by another contributor and the reason for it is some frameworks (like detectron)...

Hello @dnth, it doesn't work for multiple file types right now because they way it works is: 1. Look for .txt annotation file 2. Look for an image in the...

Thank you. I checked the Yolo documentation and they support all of the image types "bmp, jpg, jpeg, png, tif, tiff, dng, webp, mpo" I think the best fix would...

Hello @dnth I have released a new version [v0.1.32] with support for multiple file types. Please give it a try!

> img_ext (str, comma separated): Specify the file extension(s) of the images used in your dataset: .jpeg, .png, etc. This is required because the YOLO format does not store the...

Hi @dnth , yes I think there can be issue is the image names are not unique. That particular dataset looks like it has the same image in more than...

I suspect that this is also caused by your images without annotations, which creates null values. If it works on Colab it may be because Colab has a different version...

In terms of machine learning principles, I think it is valid to have images without labels to train a model. So I will try to get it to work and...

You can leave it open and thank you for reporting it. There is a lot of diversity in how people create and save datasets so it is helpful to see...

Hello @robmarkcole , could you share your dataset with me? That will help me to debug the issue