ISeeYou is a neural network model designed for binary image classification using the Boat-MNIST dataset. This dataset provides a simple hands-on benchmark to test small neural networks on the task of distinguishing between images containing watercraft and other images.
The Boat-MNIST dataset consists of two classes:
- Class 1: Images containing any watercraft instance (boats, ships, surfboards, etc.) on the water.
- Class 0: All other images, including just water or anything on the land (which may also include boats).
This dataset includes edge cases, such as boats at the verge of the water and the shore.
- Prediction Accuracy: Number of correctly predicted images divided by the total number of images.
- Model Parameters: The total number of parameters in the model.
-
models/iseeyou.onnx
: The ONNX file of the trained model. Download here -
iseeyou.onnx.svg
: A screenshot of the neural network architecture. -
Dataset can be downloaded here: Dataset
- Training Time: Approximately 12 minutes
- Hardware: 28 GPUs
- Software: CUDA 12.1
You can find a visual representation of the neural network architecture in the iseeyou.onnx.svg
file.
This project is licensed under the MIT License - see the LICENSE file for details.
Special thanks to everyone who contributed to the development and training of this model. The Boat-MNIST dataset and starter code were obtained from the [Maritime Computer Vision Initiative].