about the dataset resampling and creating bounding box

about the dataset resampling and creating bounding box  

  By: ericfreenda8793 on July 26, 2022, 7:51 a.m.

I'm trying to replicate the structure project organization from the 2021 version https://github.com/voreille/hecktor I put the dataset file from 2022 into the data folder but I have trouble generating resampled folder when I typed python src/resampling/resample.py the error is No such file or directory: 'data/bbox.csv' Do i need to generate the bbox.csv first? what command should I type to generate the bbox if i need to

Re: about the dataset resampling and creating bounding box  

  By: andreav3 on Aug. 2, 2022, 9:43 a.m.

A main difference from last year's challenge is that we do not provide bounding boxes that locate the H&N region. The code for the 2021 edition is therefore not adapted. You can take inspiration from this code instead: https://github.com/voreille/hecktor/blob/master/src/resampling/resample_2022.py