Skip to content

weijiawu/rrcevaluation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creating a Task for a RRC Competition

To create a task for a competition held on the RRC site you have to:

In this project we have included a utility to create the configuration file, test your evaluation and see the results as they would appear on the RRC site.

Set-up

Install Docker (and Docker-Compose)

Start the docker project

docker-compose up

In linux you will need root permisions. You can add permsisions to your user adding your current user to docker group

sudo usermod -aG docker $USER

And refresh permissions in the current session

newgrp docker

Acess to the utility (http://localhost:9010)

Packing files

When you have all your scripts and configuration ready, use the Export button on the utility to create a ZIP with all the files needed.

If you have implemented a new docker, send also to the RRC another file with your docker folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.7%
  • Python 13.1%
  • HTML 12.1%
  • CSS 4.7%
  • Other 0.4%