Skip to content
/ GAMO Public

Graph Association Motion-aware Tracker for tiny object in satellite videos

Notifications You must be signed in to change notification settings

Midkey/GAMO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Association Motion-aware Tracker for tiny object in satellite videos

Open sourcing of source code and results is ongoing.

Data Preparation

Download SV248S dataset from the official website [SV248S] The dataset should look like this:

${data_root}
├── 01_000000
├── 01_000001
├── 01_000002
...
├── 06_000045
├── 06_000046
├── 06_000047
└── list.txt

modify the root to the ${data_root} in demo_fast.py The list.txt file contains sequence names of the datasets. Simplely create it with ls > list.txt

We provide scripts to link original SV248S dataset to this data structure.

Evaluation

python demo_fast.py

Visualization or Debug

modify the demo_fast.py and set use_time to False

About

Graph Association Motion-aware Tracker for tiny object in satellite videos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages