Slides
https://docs.google.com/presentation/d/1BFXZbneZJEVhwX0Ej9YlGxzvWUoO_Xw6Swm7r4CZtoU/edit?usp=sharing
Inspiration
AlphaTau challenge seemed interesting, but too complicated for beginners so we chose to focus on finding the seed
What it does
Finds 2D shapes in CT scans and contours them. What we want it to do: Use Contouring and Machine learning to output 3D contours of just the seeds
How we built it
We mostly separated the problem into individual chunks
- Contouring the Seeds,
- Normalizing and Preprocessing the images
- Preparing a Model to Train.
-Found code that was used in similar problems and reworked it
Challenges we ran into
- Learning about Machine Learning during the Hackathon
- Team coordination: members had work obligations or Time Zone issues
- Reworking Code to be able to be used with other scripts.
Accomplishments that we're proud of
- We have a working 2D contouring Script
- With the right input the scripts can figure
- While not working, code for the model, data generation and gathering
What we learned
- Python
- Machine Learning
- Image Processing
- How a Model is made and trained
- The power of Teamwork
What's next for We Have an Idea
- Debugging and training the model
- 3D contouring of CT scans
- Reworking the Code so that it's cohesive and works together
- Finding the seeds' position using the contours

Log in or sign up for Devpost to join the conversation.