Skip to content

Fixing missing Dashes (-) in commands#2

Open
EmirMontazeri wants to merge 1 commit into
albrateanu:mainfrom
EmirMontazeri:main
Open

Fixing missing Dashes (-) in commands#2
EmirMontazeri wants to merge 1 commit into
albrateanu:mainfrom
EmirMontazeri:main

Conversation

@EmirMontazeri

Copy link
Copy Markdown

Hello everyone and Alexandru!

When testing the code using the provided Readme.md command for Self-ensemble testing strategy I got an error:
Command:
python Enhancement/test.py --opt Options/Multinex_LOL-v1.yaml --weights pretrained_weights/Multinex_LOL-v1.pth --dataset LOL_v1 --self_ensemble
Error:
FileNotFoundError: [Errno 2] No such file or directory: 'pretrained_weights/Multinex_LOLv1.pth'

I updated all of missing dashes and tested the command with successful results.

Also, great job on implementing a Low-light enhancement model using torch 2.x.

Copilot AI review requested due to automatic review settings June 18, 2026 02:32

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the root README.md to correct example CLI commands for testing/training Multinex and Multinex-Nano by adjusting option/weight filenames (intended to fix missing dashes in paths).

Changes:

  • Updated Multinex test command weight filenames to include LOL-v* naming.
  • Updated Multinex-Nano test and training command option/weight filenames to a dashed LOL-v* style.
  • Updated the self-ensemble example command to match the revised Multinex LOL-v1 weight name.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
Comment on lines 156 to +160
# LOL-v2-real
python Enhancement/test.py --opt Options/Multinex_LOL-v2-real.yaml --weights pretrained_weights/Multinex_LOLv2_real.pth --dataset LOL_v2_real
python Enhancement/test.py --opt Options/Multinex_LOL-v2-real.yaml --weights pretrained_weights/Multinex_LOL-v2_real.pth --dataset LOL_v2_real

# LOL-v2-synthetic
python Enhancement/test.py --opt Options/Multinex_LOL-v2-syn.yaml --weights pretrained_weights/Multinex_LOLv2_syn.pth --dataset LOL_v2_synthetic
python Enhancement/test.py --opt Options/Multinex_LOL-v2-syn.yaml --weights pretrained_weights/Multinex_LOL-v2_syn.pth --dataset LOL_v2_synthetic
Comment thread README.md
```bash
# LOL-v1
python Enhancement/test.py --opt Options/MultinexNano_LOLv1.yaml --weights pretrained_weights/MultinexNano_LOLv1.pth --dataset LOL_v1
python Enhancement/test.py --opt Options/MultinexNano_LOL-v1.yaml --weights pretrained_weights/MultinexNano_LOL-v1.pth --dataset LOL_v1
Comment thread README.md
Comment on lines 169 to +170
# LOL-v2-real
python Enhancement/test.py --opt Options/MultinexNano_LOL-v2-real.yaml --weights pretrained_weights/MultinexNano_LOLv2_real.pth --dataset LOL_v2_real
python Enhancement/test.py --opt Options/MultinexNano_LOL-v2-real.yaml --weights pretrained_weights/MultinexNano_LOL-v2_real.pth --dataset LOL_v2_real
Comment thread README.md
Comment on lines 172 to +173
# LOL-v2-synthetic
python Enhancement/test.py --opt Options/MultinexNano_LOL-v2-synthetic.yaml --weights pretrained_weights/MultinexNano_LOLv2_syn.pth --dataset LOL_v2_synthetic
python Enhancement/test.py --opt Options/MultinexNano_LOL-v2-synthetic.yaml --weights pretrained_weights/MultinexNano_LOL-v2_syn.pth --dataset LOL_v2_synthetic
Comment thread README.md

# Multinex-Nano on LOL-v1
python -m basicsr.train --opt Options/MultinexNano_LOLv1.yaml
python -m basicsr.train --opt Options/MultinexNano_LOL-v1.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants