Outdated system image for submission (python 3.10+ required)
Hi,
Could you update your Linux system image to support python 3.10 instead of 3.7 which is unsupported/EOL since June and up-to-date Pytorch (2.0.1), Ultralytics (8.0.162+) with ONNX (1.5+).
And ONNX speed up attempt on CPU inference is not working on the current system image. It would benefit to everyone including the organizers to be able to speed up CPU inference based on industrial standards for this challenge.
Current system image is outdated (I'm using the requirements.txt provided with sample project):
- Python 3.7.12 | packaged by conda-forge | (default, Oct 26 2021, 06:08:21) [GCC 9.4.0]
- Numpy 1.21.6
- Pandas 1.3.5
- Pytorch 1.13.1
- Ultralytics 8.0.151
- ONNX runtime 1.14.1
And you can see such error in submission logs:
ultralytics 8.0.151 requires numpy>=1.22.2, but you'll have numpy 1.21.6 which is incompatible.
We would expect at least:
- Python 3.10.12 [GCC 11.2.0]
- Numpy 1.24+
- Pandas 2.0+
- Pytorch 2.0+
- Ultralytics 8.0.162
Thanks.
Edited by MPWARE