Alex Heaton

Results 22 comments of Alex Heaton

Thank you. I will try to check it today On Fri, Mar 11, 2022 at 7:52 AM Robin Cole ***@***.***> wrote: > Hi @alexheat > it is https://www.kaggle.com/towardsentropy/oil-storage-tanks > >...

Hello @robmarkcole I figured out what the problem is. The .json file for that dataset is missing some of the fields that are usually in a COCO annotation file. For...

I am not aware of any validation tool or even an official place where the schema is documented. But the image height and width are included in the original COCO...

> this looks like the spec https://cocodataset.org/#format-data > > for this issue, I suggest raising an exception if the keys are missing. Thank you. Glad you got it working. I...

Thank you @R-N , how do you repro the issue that this fix fixes? Is it with importing a yolo file? Can you share a file that repros the issue.

Hi, if you have a request I can work on it. What is the reason you want to do this? Do you want to convert it to Coco segmentation or...

Can you describe more what you are trying to do?

Thank you @yrik , though I don't understand what this change is meant to do. Could you explain how and when it would be used and also provide a docstring...

Thank you @yrik . I get it. That is very clever. I am not going to integrate it now but you can keep it open. I may keep it open...

Hello @pizixie sorry for the confusion. If you want to split into only 2 groups (train and test), then set val_pct to 0. It is not supported to set test_pct...