| Run the code to build docker and process the night image: |
|
|
| docker build -t mialgo24 . |
|
|
| cd DATA_FOLDER_PATH |
| docker run -it --rm --gpus all -v $(pwd)/data:/data mialgo24 ./run.sh |
|
|
|
|
| Please note that the "--gpus all" parameter is used and ensure that the model is running on the GPU. |
| We first load all images into memory. If the memory explodes, please process less than 50 images at a time. |
|
|
| We will open source the code after the competition ends. |
|
|
| If you have any questions, please contact me in time, thank you. |
|
|
| Email:liushuai21@xiaomi.com |
|
|