Sovit Ranjan Rath

Results 221 comments of Sovit Ranjan Rath

Oh I see. You are using PyTorch 1.11. The repository needs PyTorch 1.12 or higher. The `weights` argument was present in the previous versions. Previously it was `pretrained`.

Yes. Looks like a bounding box issue. So, it looks like some of the xmin of your dataset is going out of the image. You can upload the dataset to...

There does not seem to be anything wrong here. How did you get that this is the file where the boxes are wrong?

Ok. To get the correct image name, you need to make `--workers 0` to run the process on the main thread. Else the file names will be jumbled up because...

If you are on a multi-GPU system, can you pass `--device cuda:0`? Because I cannot find any issues with the above XML file and generally it should print the erroneous...

Oh. So, was the training loop completed successfully? If so, please try `--device cuda:0` so that the distributed system variables are not enabled. Do let me know if it prints...

No problem. I will try to figure out a way to know such files easily.

This is very odd. How many images do you have? Do you think you can create a private project on Roboflow and upload this dataset to correct the issue? It...

Got it. I guess, this will require a bit of manual code checking. So, this is kind of a hassle for you. The best way right now is to write...

From the Albumentations output, it looks like there is an issue in the file. Previously, I had faced this, and there was always an issue in the XML file. This...