Srameo / DNF

[CVPR 2023 Highlight] DNF: Decouple and Feedback Network for Seeing in the Dark
Other
139 stars 7 forks source link

Cannot proceed infence with project official samoe #7

Open leonialla opened 11 months ago

leonialla commented 11 months ago

When I try to use demos/images_process.sh to reason about the official example data of this project https://github.com/Srameo/DNF/blob/main/docs/demo.md#provided-data, it says

rawpy._rawpy.LibRawFileUnsupportedError: b'Unsupported file format or not RAW file'

Running environment.

Screenshot of error message:

image
Srameo commented 11 months ago

It seems that our script is encountering an issue while reading the data. Could you please show us the data format you would like us to process?

By the way, we strongly recommend following our Readme for environment setup. We are unsure if our code supports your current environment, especially PyTorch 2.0.

GaoTianWL commented 10 months ago

ERROR: Exception: Traceback (most recent call last): File "/home/vipsl416-3-tiangao/anaconda3/envs/dnf/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 160, in exc_logging_wrapper status = run_func(*args) File "/home/vipsl416-3-tiangao/anaconda3/envs/dnf/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 247, in wrapper return func(self, options, args) File "/home/vipsl416-3-tiangao/anaconda3/envs/dnf/lib/python3.7/site-packages/pip/_internal/commands/install.py", line 503, in run pycompile=options.compile, File "/home/vipsl416-3-tiangao/anaconda3/envs/dnf/lib/python3.7/site-packages/pip/_internal/req/init.py", line 81, in install_given_reqs pycompile=pycompile, File "/home/vipsl416-3-tiangao/anaconda3/envs/dnf/lib/python3.7/site-packages/pip/_internal/req/req_install.py", line 800, in install requested=self.user_supplied, File "/home/vipsl416-3-tiangao/anaconda3/envs/dnf/lib/python3.7/site-packages/pip/_internal/operations/install/wheel.py", line 737, in install_wheel requested=requested, File "/home/vipsl416-3-tiangao/anaconda3/envs/dnf/lib/python3.7/site-packages/pip/_internal/operations/install/wheel.py", line 589, in _install_wheel file.save() File "/home/vipsl416-3-tiangao/anaconda3/envs/dnf/lib/python3.7/site-packages/pip/_internal/operations/install/wheel.py", line 388, in save shutil.copyfileobj(f, dest) File "/home/vipsl416-3-tiangao/anaconda3/envs/dnf/lib/python3.7/shutil.py", line 79, in copyfileobj buf = fsrc.read(length) File "/home/vipsl416-3-tiangao/anaconda3/envs/dnf/lib/python3.7/zipfile.py", line 930, in read data = self._read1(n) File "/home/vipsl416-3-tiangao/anaconda3/envs/dnf/lib/python3.7/zipfile.py", line 1020, in _read1 self._update_crc(data) File "/home/vipsl416-3-tiangao/anaconda3/envs/dnf/lib/python3.7/zipfile.py", line 948, in _update_crc raise BadZipFile("Bad CRC-32 for file %r" % self.name) zipfile.BadZipFile: Bad CRC-32 for file 'caffe2/python/caffe2_pybind11_state_gpu.cpython-37m-x86_64-linux-gnu.so' 这是什么原因呢

Srameo commented 10 months ago

您好,不知道您可否提供一下您的开发环境信息以及复现该bug的命令?