Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Use the container

cd docker/

if Jetson Xavier AGX:

# Build:

sudo docker build -f Dockerfile.xavier -t yolact_edge_image .

# Launch (with GPUs):
./start.sh /path/to/yolact_edge /path/to/datasets


Otherwise:
# Build:
docker build --build-arg USER_ID=$UID -t yolact_edge_image .

# Launch (with GPUs):
./start.sh /path/to/yolact_edge /path/to/datasets