fuxiao0719 / GeoWizard

[ECCV'24] GeoWizard: Unleashing the Diffusion Priors for 3D Geometry Estimation from a Single Image

Home Page:https://fuxiao0719.github.io/projects/geowizard/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to not output the large npy files?

gituser123456789000 opened this issue · comments

How to not output the large npy files?

DONTSAVENPY

Here's the solution I found.. put a # in front of these lines of code 213 - 221 in run_infer.py

It will no longer create the large .npy files

To not create the npy folders, it's likely doing the same for the lines mentioning npy between lines 135-145, but I haven't tested this yet.