HMPNet:A Feature Aggregation Architecture for Maritime Object Detection from a Shipborne Perspective
We are thrilled to announce that our paper HMPNet: A Feature Aggregation Architecture for Maritime Object Detection from a Shipborne Perspective has been accepted for presentation at ICME2025! This marks a significant milestone in our journey, reflecting countless hours of research, development, and unwavering perseverance.
"Hard work and dedication always pay off."
Follow the instructions below to set up and experiment with HMPNet.
- GPU: NVIDIA RTX 4090
- Python: 3.10
- PyTorch: 2.0.2
- ⚙️ Installation
- 📦 Dataset Preparation
- 🚀 Training & Evaluation
- 📄 Citation
- 🤝 Acknowledgement
- 📜 License
git clone https://github.com/yourusername/HMPNet.git
cd HMPNetconda create -n HMPNet python=3.10
conda activate HMPNetpip install -r requirements.txt- Download the maritime object detection dataset (or use your own dataset).
- Organize the dataset in YOLO format:
├── dataset/
├── train/
├── images/
├── labels/
├── val/
├── images/
├── labels/
├── test/
├── images/
├── labels/
- Update the dataset path in the configuration file (e.g.,
data.yaml).
python train.pypython val.pypython val.py split='test'We sincerely thank the following projects for their inspiring and foundational contributions:
Your wonderful code and insights have greatly influenced our work.
If you find this repository useful, please consider citing our paper:
@article{yourpaper2025,
title={HMPNet: A Feature Aggregation Architecture for Maritime Object Detection},
author={Your Name and Collaborators},
journal={ICME2025 Proceedings},
year={2025}
}This project is licensed under the GPL-3.0 License. See the LICENSE file for details.
Committed to advancing maritime object detection research one step at a time.
🚀 欢迎 Star & Fork 支持本项目!
🚀 Feel free to star and fork this project!
💖 感谢关注,祝使用愉快! 💖
