MegEngine / MegEngine/NBNet

A question about train

Open
#3 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
155
Forks
22
PR merge metrics
No merged PRs in 30d

Description

Hello, when I try to run this code, an error occured:FileNotFoundError: [Errno 2] No such file or directory: 'data/sidd/ValidationNoisyBlocksSrgb.mat'. Then I find ValidationNoisyBlocksSrgb.mat and ValidationGtBlocksSrgb.mat are not generated afterI run prepare_data.py

val_data_dict = loadmat(os.path.join(path, 'ValidationNoisyBlocksSrgb.mat'))
val_data_noisy = val_data_dict['ValidationNoisyBlocksSrgb']
val_data_dict = loadmat(os.path.join(path,'ValidationGtBlocksSrgb.mat'))
val_data_gt = val_data_dict['ValidationGtBlocksSrgb']

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reading prepare_data.py and checking how it handles the data path and validation files. Reproduce the missing-file error, then verify whether ValidationNoisyBlocksSrgb.mat and ValidationGtBlocksSrgb.mat are generated where the shown loadmat calls expect them. Done means the preparation step produces those files and the validation loading code runs successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
computer-vision, machine-learning
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
32/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.