Giter VIP home page Giter VIP logo

Comments (4)

liwei0705 avatar liwei0705 commented on June 6, 2024

According to the readme file a base docker image should be like this

FROM  nvidia/cuda:11.8.0-devel-ubuntu22.04

RUN apt update && apt install -y python3 python3-pip  git ninja-build libeigen3-dev libgl1-mesa-glx  libglib2.0-0
RUN pip install --upgrade pip
RUN pip install torch==2.0.1+cu118 torchvision==0.15.2+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
COPY requirements.txt /app

WORKDIR /app
ENV TCNN_CUDA_ARCHITECTURES=86
RUN pip install -r requirements.txt
RUN pip install mediapipe


WORKDIR /app/extern
RUN git clone https://github.com/heheyas/viser  && pip install -e viser
WORKDIR /app


sub modules should be installed in running container because of error that no cuda runtime during docker build.

pip install -e gaussiansplatting/submodules/diff-gaussian-rasterization
pip install -e gaussiansplatting/submodules/simple-knn

from gaussianeditor.

buaacyw avatar buaacyw commented on June 6, 2024

Please check your colmap_dir
This is caused by sparse is not in colmap_dir

if os.path.exists(os.path.join(source_path, "sparse")):

from gaussianeditor.

liwei0705 avatar liwei0705 commented on June 6, 2024

Thanks, I checked the download.sh again (I downloaded files manually before),
unzip the 2 model zip files into one folder , it works.

Now struggling with the CPU only issue. It seems like a torch or driver version problem

Please check your colmap_dir This is caused by sparse is not in colmap_dir

if os.path.exists(os.path.join(source_path, "sparse")):

from gaussianeditor.

liwei0705 avatar liwei0705 commented on June 6, 2024

It seems the same "CPU mode only" problem in docker:
IDEA-Research/GroundingDINO#8 (comment)

from gaussianeditor.

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.