. ├── challenge.py # Basic KNN segmentation pipeline (k=3) ├── challenge_final_gpu.py # Advanced GPU-optimized training with U-Net comparison ├── unet_model.py # U-Net architecture implementations ├── ...
The script is split into 2 phases. First, the dataset is loaded and split into training an testing sets. As their names imply, they are used to train and then evaluate the performance of the 3 ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results