Skip to content

Reduced Version of GSV2SVF to be incorporated into wrapper program

Notifications You must be signed in to change notification settings

MPIB/GSV2SVF

 
 

Repository files navigation

This is a fork of (the fork) https://github.com/NewSoupVi/GSV2SVF-reduced . It's a decluttered and modified version to support cudnn7 and more recent GPUs. It builds on Debian 12 and comes with a simple Dockerfile.

Docker

There are two variants inside the image and you switch between cpu and gpu version using a CAFFE_BLEND environment variable:

Build it:

git clone https://github.com/MPIB/GSV2SVF
cd GSV2SVF/docker
docker build -t gsv2svf:latest .
docker run -it --rm -e "CAFFE_BLEND=cpu" -v PATH/TO/TASK:/task gsv2svf:latest /task

Apptainer (Singularity)

apptainer build container.sif docker-daemon://gsv2svf:latest
apptainer run --nv --env "CAFFE_BLEND=gpu" -B PATH/TO/TASK:/task container.sif /task

About

Reduced Version of GSV2SVF to be incorporated into wrapper program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.1%
  • Dockerfile 15.6%
  • Shell 1.3%