Check out the Baseline here .
If you would like to discuss any queries or issues with the baseline, do post them here! You can also share any new interesting ideas you might be trying out!
Check out the Baseline here .
If you would like to discuss any queries or issues with the baseline, do post them here! You can also share any new interesting ideas you might be trying out!
I noticed in the Rules that βThe participant agrees to exclusively use the Global Wheat Head Dataset for the purpose of participating in this competition.β. What does βexclusively useβ mean in this context? Since it is declared in the next sentence that one is allowed to use Global Wheat Head Dataset outside of this challenge, I assume, it means no external data use in the challenge, correct? Then I noticed use of pretrained model looking through baseline. If everything up to this point is correct, you should define datasets that pretraining is allowed on.
Thanks for noticing this point in the rules.
We will clarify them but:
I hope this clarify the rules !
Best,
Etienne
Hello,
Is it fine to use yolov5 ( not MIT license) ?
Cheers,
YES ! Every open-source model are authorized even yolo v5 (GPL licence ) !
Where can I find the labels csv file?
The labels csv files is contained with the train dataset !
In train.zip, there is train.csv . I think it is the label file.
How can I save the downloaded dataset in google drive?
I am running the baseline model in colab and I do not want to download the dataset again when I want to run the model again after runtime disconnection. I just want to mount drive and load the dataset.
Hi @poojamalagund,
Yes, you can always mount your Google Drive to Colab, here is the example on IO thing from Colab:
https://colab.research.google.com/notebooks/io.ipynb
Edit: Forgot to add link.
While running the baseline model in Colab, is there any way that I can utilize the dataset for training without actually downloading it?
Can I load the dataet directly from a link in colab?
No, you need to download, even if you use them on the fly, it will actually download.
So, I donβt think there will be any savings by not downloading?
You can use your Google Drive to skip downloading again and again at max.
Let me know in case I understood the question wrongly.
Yes, Thank you
The grading is not working, It always returns failed under the status column without any message when I make a submission.