Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with training and testing on the MSEC dataset #23

Closed
id4su opened this issue Jan 19, 2024 · 1 comment
Closed

Issues with training and testing on the MSEC dataset #23

id4su opened this issue Jan 19, 2024 · 1 comment

Comments

@id4su
Copy link

id4su commented Jan 19, 2024

Hello, when I train on the dataset you proposed, everything goes relatively well. However, I have the following problem when I train on the MSEC dataset, can you help me? Thanks!
image
I'm sure my path settings are correct.
image
Actually, I found that in the training set, validation set and testing set of MSEC, five input maps correspond to one ground truth image, how can I solve this problem so that I can train and test normally.

@onpix
Copy link
Owner

onpix commented Jan 27, 2024

Please try this setting:

# @package ds
class: img_dataset
name: MSEC
input:
  - /public/hywang26/ds/msec/train/INPUT_IMAGES/*_0.JPG
  - /public/hywang26/ds/msec/train/INPUT_IMAGES/*_N1.JPG
  - /public/hywang26/ds/msec/train/INPUT_IMAGES/*_N1.5.JPG
  - /public/hywang26/ds/msec/train/INPUT_IMAGES/*_P1.JPG
  - /public/hywang26/ds/msec/train/INPUT_IMAGES/*_P1.5.JPG
GT:
  - /public/hywang26/ds/msec/train/GT_IMAGES/*
  - /public/hywang26/ds/msec/train/GT_IMAGES/*
  - /public/hywang26/ds/msec/train/GT_IMAGES/*
  - /public/hywang26/ds/msec/train/GT_IMAGES/*
  - /public/hywang26/ds/msec/train/GT_IMAGES/*

which will extend GT 5 times, one for each input image subset.

@onpix onpix closed this as completed Feb 15, 2024
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

No branches or pull requests

2 participants