apple / ml-neuman

Official repository of NeuMan: Neural Human Radiance Field from a Single Video (ECCV 2022)
Other
1.26k stars 141 forks source link

dockerfiile里面构建ROMP环境时,在下载pytorch3d时报错。请问如何解决 #74

Open bryant-bai opened 1 year ago

bryant-bai commented 1 year ago

在preprocess里面,运行第一步docker build -t neuman . 运行到dockerfile里面的102-108行时候报错 Cache_132d5583abe081ea Cache_73c7a9247f0b8048

litchisea commented 1 year ago

Hello, I have this problem too, did you solve it? Is there any solution?

Jidi123 commented 9 months ago

Already got a green build.

malikberrada commented 8 months ago

I have this problem me too

Jidi123 commented 8 months ago

您好,邮件我已收到,会尽快回复,谢谢。

malikberrada commented 8 months ago

Thank you.

Daydreamer-f commented 2 months ago

try this:

conda install pytorch3d -c pytorch3d

git clone https://github.com/facebookresearch/pytorch3d.git && \
cd pytorch3d && pip install -e .

remember to change the command in both line103 and line138

Jidi123 commented 2 months ago

您好,邮件我已收到,会尽快回复,谢谢。