ucl-candi / freehand

Freehand ultrasound without external trackers
Apache License 2.0
26 stars 8 forks source link

data prep #5

Open kkkkkk123-ops opened 8 months ago

kkkkkk123-ops commented 8 months ago

Dear authors: In the prep.py
https://github.com/ucl-candi/freehand/blob/ddf93c92557215998a0c09ede9984b2bd4bc3ece/data/prep.py#L26 I think the data doesn't have any xlsx file, only a valid_frames.csv in each folder. Is it same when using the prep code? Or there are other xlsx file we need. Thanks

kkkkkk123-ops commented 8 months ago

I noticed that you use openyxl dealing with the fn_xls, so maybe its a xlsx file, where can I get it?

QiLi111 commented 8 months ago

Dear authors: In the prep.py

https://github.com/ucl-candi/freehand/blob/ddf93c92557215998a0c09ede9984b2bd4bc3ece/data/prep.py#L26

I think the data doesn't have any xlsx file, only a valid_frames.csv in each folder. Is it same when using the prep code? Or there are other xlsx file we need. Thanks

All the required information for processing data can be found in the .csv file, in each folder.

QiLi111 commented 4 months ago

Dear authors: In the prep.py

https://github.com/ucl-candi/freehand/blob/ddf93c92557215998a0c09ede9984b2bd4bc3ece/data/prep.py#L26

I think the data doesn't have any xlsx file, only a valid_frames.csv in each folder. Is it same when using the prep code? Or there are other xlsx file we need. Thanks

Please see dev1 for detailed steps to run the code.