Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A tool reading ground truth data and detected object data provides visualization way to estimate position accuracy.

License

Notifications You must be signed in to change notification settings

imprld01/Performance-Estimation-Tool-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Performance-Estimation-Tool-Java

A tool reading ground truth data and detected object data provides visualization way to estimate position accuracy.

The input data needs:

  1. Ground Truth Data: [frame_name left_top_x left_top_y right_bottom_x right_bottom_y]
  2. Detected Object Data: [frame_name left_top_x left_top_y right_bottom_x right_bottom_y]
  3. Frames Folder

You can find the Matlab edition here.

GUI DEMO

  • The testing data comes from NOL.
  1. Prepare the needed files first.
    GUI

  2. Press 'Setup' Button to show the result.
    GUI

Update Log

  • 2017/09/28
    • fix the logic of trouble key collection
  • 2017/09/29
    • update trouble key list after ratio changing event

Development Environment

  • NetBeans
  • JavaFX Scene Builder
  • under windows 10 64-bit OS
  • Java Development Kit (ver. 8u144)

If you want to use eclipse to develop JavaFx application, you can install the extension e(fx)clipse, which url is http://download.eclipse.org/efxclipse/updates-released/2.4.0/site, on eclipse using the "Install New Software" wizard.

Execution Environment

  • Java Runtime Environment is needed (developed under jre1.8.0)

Executable Jar

You can find the executable jar file under this folder or find it here directly.

License

Creative Commons License
This project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License and the MIT License.

About

A tool reading ground truth data and detected object data provides visualization way to estimate position accuracy.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages