Name | Univ. | Dept. |
---|---|---|
🤴 Shinhyoung Jang | Chungnam Natl. Univ. | Computer Science & Engineering |
😃 Byeonghwi Park | Chungnam Natl. Univ. | Computer Science & Engineering |
😃 Juheon Jeong | Chungnam Natl. Univ. | Computer Science & Engineering |
😃 Jack Mahedy | Purdue Univ. | Computer and Information Technology |
😃 Nebey Gebreslassie | Purdue Univ. | Computer and Information Technology |
- Using digital zoom in the picture
- Using lens with good performance
- But these have the problems that lossing data or high cost
- Suggest making drone to chase the object
- It also provides to use combat drone like self-destructive
- To improve chasing, use the prediction algorithm or machine learning model because of the latency of processes
- Make a interface to chase specified position
Making interface for drone chasing using historical TSPI Data
└── Beer_per_Day/
├── code/
│ └── feature/
│ └── overview.png
| └── Interface/
| └── GoogleMap/
| └── ReadMe.md
│ └── predictTrajectory/
| └── UAVDataset/
| └── DroneTrajectory.ipynb
| └── testPos_code/
| └── test_location/
| └── Readme.md
├── paper/
│ └── paper.pdf
├── presentation/
│ └── KSW 2023 Winter mid_presentation Beer_per_Day.pptx
├── weeklyreport/
│ ├── K-SW 2023 Winter 01120203 Beer_per_Day.pdf
│ ├── K-SW 2023 Winter 01200203 Beer_per_Day.pdf
│ ├── K-SW 2023 Winter 01270203 Beer_per_Day.pdf
│ ├── K-SW 2023 Winter 02030203 Beer_per_Day.pdf
│ ├── K-SW 2023 Winter 02100203 Beer_per_Day.pdf
│ └── K-SW 2023 Winter 02170203 Beer_per_Day.pdf
└── Readme.md
- Interface: Android Application Interface
- predictTrajectory: Machine Learning models to predict coordinates
- testPos_code: save the array which has list of coordinates
To know the Environment settings, please refer the table
Code | Directory |
---|---|
Interface | 📂 Beer_per_Day/code/Interface/ReadMe.md |
predictTrajectory | 📂 Beer_per_Day/code/predictTrajectory/DroneTrajectory.ipynb |
testPos_code | 📂 Beer_per_Day/code/testPos_code/ReadMe.md |