ISSAP Module
Purpose
Chapman University MLAT
Location
Orange County, USA
Year
2021
We are still in the research portion of this project meaning that our GitHub repository is currently private. However, here are some snippets of the code and the way we are approaching the project.
For this project, it was our intent to train a convolutional neural network to identify the module location of pictures taken within the International Space Station.

First, we prepare the training data and then prepare the data pipeline.
Next, we define the architecture. Here is a tiny snippit.

At this stage, we had noticed that our CNN's accuracy was not where we wanted it. To combat this I created a python program to iterate through our training data, assess if the size of the image could be even sliced, and if so, slice the image into up to 9 more images that were then added to the training data.

Here is a piece of that code. After this process, we had significantly more training data to work with.
We are currently in the research phase of this project as of December 2021. Once published, this page will be updated with the link to the manuscript.