luo-yining/CFDBench

The Dam dataset folder structure is wrong

chen-yingfa opened this issue · 1 comments

微信截图_20231128104122

In dam's packet, only subfolders such as case001 are entered, and there are no subsets of bc, geo, and prop after opening, but a series of folders at the beginning of case, and the code cannot be executed against dam, the error is as follows:
python train_auto.py --model fno --data_name dam_case
in get_dam_auto_datasets
assert case_dirs
AssertionError

Originally posted by @justgoinggoxixi in #1 (comment)

I have replaced the dam.zip file in the cloud drive, it should be working now.

If you have already downloaded the old version and don't want to re-download for some reason, you can simply manually separate the cases into the three subsets (bc, geo, and prop) to get the new version. The split is as follows:

  • bc: case0000 ~ case0069
  • prop: case0070 ~ case0169
  • geo: case0170 ~ case219