Skip to content

TNodeCode/SpineUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpineUI

Initialize the SpineUI project on your system

# Clone the repository
$ git clone https://github.com/tnodecode/SpineUI
$ cd SpineUI

How to buid the docker images for your application

# Build the SpineUI image
$ bash scripts/docker/build.sh

# Build the mmdetection image
$ cd repositories/mmdetection && bash scripts/docker/build-light.sh

Download the datasets and model weights

There are two ZIP files: datasets.zip and work_dirs.zip. For now ask the authors of this project for these files.

The first ZIP file should be extracted to ./datasets and the second one to ./work_dirs.

Run the application

When you finished with the steps above you can run the application by executing the following command from the root directory of this project (where the docker-compose.yaml file is located).

# Run the application
$ docker compose up

Now you can open the App in the browser:

Shut down the application

When you want to shut down the application ht CTRL+C / Command+C in your terminal and then run the following command:

# Shut down the application
$ docker compose down

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •