Coder Social home page Coder Social logo

Comments (4)

yihongXU avatar yihongXU commented on July 30, 2024

Hi,

What does it mean by "--bind :_"? Could you try to run the image without "--bind" ?

from deepmot.

ayushrox avatar ayushrox commented on July 30, 2024

I tried with :

~/deepMOT$ singularity shell --nv ./SingularityImages/tracker.sif

but again the same error popped up, I also reinstalled Singularity but no luck.

from deepmot.

yihongXU avatar yihongXU commented on July 30, 2024

Hi,

That's weird. I don't have the issue using singularity version 3.5.3. Could you try this? otherwise, you can build your own singularity image with the following recipe:

Bootstrap: docker
#From: pytorch/pytorch:0.4.1-cuda9-cudnn7-devel
From: floydhub/pytorch:0.4.1-gpu.cuda9cudnn7-py3.40

%post
  # Reinstall most current tensorbaordX, something magic about pip...
  apt-get update && apt-get install -y --no-install-recommends \
           libgtk2.0-0 \
           libcanberra-gtk-module \
           build-essential \
           cmake \
           git \
           curl \
           vim \
           ca-certificates \
           libjpeg-dev \
           libpng-dev &&\
  rm -rf /var/lib/apt/lists/*
  pip install tensorboardx
  pip --no-cache-dir install motmetrics
  pip --no-cache-dir install matplotlib

from deepmot.

ayushrox avatar ayushrox commented on July 30, 2024

I am new to linux environment, how can I implement this project as a jupyter notebook?
I see this as a wonderful opportunity to learn a state-of-the-art technology please guide me.
It would be really helpful as I could implement this on a better GPU from Google Colab.

from deepmot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.