Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
/ 2021-LPCVC-Referee Public archive

The evaluation system (referee) for the 2020 Low Power Computer Vision Challenge.

License

Notifications You must be signed in to change notification settings

lpcvai/2021-LPCVC-Referee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LPCVC-Referee

The evaluation systems (referee) for the 2020 and 2021 Low Power Computer Vision Challenge.

Workflow Components and Layout

Using the Referee (2021)

Installing Program to Score Submission

You need to clone this repository, and then run the following command.

python3 setup.py install

This will make the script 'test-solution' available to you in any working directory. As a result, you can run the program from any directory without the need to pinpoint the location of the script.

test-solution [-t Threshold] [Submitted CSV file] [Correct CSV File]

Threshold: Integer that corresponds to the number of frames away the submitted input answer can be from the correct input when tracking when a ball is caught. This is an optional argument, and the default is 10. Submitted CSV File: Result CSV file from submission. Correct CSV File: The Ground Truth CSV file.

The end goal is for the Submitted CSV File to closely relate to the Correct CSV File in order to detect the accuracy of your solution.

About

The evaluation system (referee) for the 2020 Low Power Computer Vision Challenge.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published