Sharath-girish / efficientgaussian

Official implementation of "EAGLES: Efficient Accelerated 3D Gaussians with Lightweight EncodingS"
https://efficientgaussian.github.io/
Other
112 stars 4 forks source link

This is not a working code #10

Open Konsla99 opened 1 week ago

Konsla99 commented 1 week ago

ERROR: No matching distribution found for GaussianModelVQ PS D:\code\3dgs\efficientgaussian> python .\render.py -s ..\dataset\360_extra_scenes\flowers\images_DSC9040.JPG -m .\log111\point_cloud\iteration_0\point_cloud_compressed.pkl
Warning! Could not import pyexr, EXR files will not be supported! Traceback (most recent call last): File ".\render.py", line 55, in model = ModelParams(parser, sentinel=True) TypeError: init() missing 1 required positional argument: 'config' PS D:\code\3dgs\efficientgaussian> python .\render.py -s ..\dataset\360_extra_scenes\flowers\images_DSC9040.JPG -m .\log111
Warning! Could not import pyexr, EXR files will not be supported! Traceback (most recent call last): File ".\render.py", line 55, in model = ModelParams(parser, sentinel=True) TypeError: init() missing 1 required positional argument: 'config' PS D:\code\3dgs\efficientgaussian> python train_eval.py --config --config configs/efficient-3dgs.yaml -s ..\dataset\360_extra_scenes\flowers\ -m .\log111\ --skip_train
Warning! Could not import pyexr, EXR files will not be supported! Traceback (most recent call last): File "train_eval.py", line 572, in with open(config_path) as f: FileNotFoundError: [Errno 2] No such file or directory: '--config' PS D:\code\3dgs\efficientgaussian> python train_eval.py --config configs/efficient-3dgs.yaml -s ..\dataset\360_extra_scenes\flowers\ -m .\log111\ --skip_train
Warning! Could not import pyexr, EXR files will not be supported! Running on ASUS-TUF-DASH-VTOREE-1 Optimizing ..\dataset\360_extra_scenes\flowers\ Output folder: .\log111\ [13/09 20:07:10] Tensorboard not available: not logging progress [13/09 20:07:10] Testing complete at .\log111\ [13/09 20:07:10]

Training complete. [13/09 20:07:10] PS D:\code\3dgs\efficientgaussian> python .\render.py -s ..\dataset\360_extra_scenes\flowers\images_DSC9040.JPG -m .\log111\point_cloud\iteration_0\point_cloud_compressed.pkl Warning! Could not import pyexr, EXR files will not be supported! Traceback (most recent call last): File ".\render.py", line 55, in model = ModelParams(parser, sentinel=True) TypeError: init() missing 1 required positional argument: 'config' PS D:\code\3dgs\efficientgaussian> python .\render.py -s ..\dataset\360_extra_scenes\flowers\images_DSC9040.JPG -m .\log111\point_cloud\iteration_0\point_cloud_compressed.pkl --config configs/efficient-3dgs.yaml Warning! Could not import pyexr, EXR files will not be supported! Traceback (most recent call last): File ".\render.py", line 55, in model = ModelParams(parser, sentinel=True) TypeError: init() missing 1 required positional argument: 'config'

Konsla99 commented 1 week ago

코드가 미완성입니다. 그리고 코드에 빠진부분이 업로드 되어있습니다. 또한 환경자체도 python등의 파일을 이전 버전으로 사용하여 호환성 문제가 심합니다.