- This project is designed for the Airbus Ship Detection Challenge, and all the infos needed and datasets are in the following link(reference link:https://www.kaggle.com/c/airbus-ship-detection)
- Shipping traffic is growing fast. More ships increase the chances of infractions at sea like environmentally devastating ship accidents, piracy, illegal fishing, drug trafficking, and illegal cargo movement. This has compelled many organizations, from environmental protection agencies to insurance companies and national government authorities, to have a closer watch over the open seas.
- Model select
- Webpage basic design
- Metric choosing
- Loss Function choosing
- Learning Rate Adjustment
- Hyper Parameters choosing
- Model improvement
- Webpage improvement
- Webpage Deployment
-
This project can be seprated into two parts: "Object Detection & User Input". The model will be trained using thousands of training set and be frozen after training. While user using the designed application, a set of photos will be inputed. Then the application will call the trained model and output the ships' directions.
-
Current application can detect the sea and other objects. For the next step, we will add some complex training set to improve the noise-process-ability.
Try the web app at location: https://github.com/Wwwzff/ShipDetector
- Use Unet to detect ship in a Satellite Picture dataset offered by Kaggle.
- Methods are specially modified to fit the time limit on Kaggle notebook.



