Markin-Wang / XProNet

[ECCV2022] The official implementation of Cross-modal Prototype Driven Network for Radiology Report Generation
Apache License 2.0
66 stars 9 forks source link

IU-Xray dataset #16

Open TaylorLeeSwift opened 7 months ago

TaylorLeeSwift commented 7 months ago

Thanks to the author, this is a great article. I tried to reproduce it. However, the IU-Xray dataset I downloaded from the official website does not have folders. The 7470 images are all in one folder, but in reality the input needs to be divided into subfolders. I wonder how the author solved it at that time? Thank you very much!

banbooliang commented 2 months ago

Hello, I have the same problem as you, can you solve it?

TaylorLeeSwift commented 2 months ago

Hello, I have the same problem as you, can you solve it?

Sorry, unfortunately, I didn't solve this problem either. I'm sorry that the author didn't answer my question. Although it sounds simple, I have tried many methods but couldn't solve it. I had to give up reproducing it.

TaylorLeeSwift commented 2 months ago

Hello, I have the same problem as you, can you solve it?

If you find a good solution in the future, please tell me the solution. I would be extremely grateful! Best wishes!

Markin-Wang commented 2 months ago

Hi, thank you for the interest to our work. You can write a simple script to create the subfolder based on the provided annotation file and the image id. In addition, you also can download the processed IU-Xray dataset via this repo R2GenCMN. Hope this could help your future research.

TaylorLeeSwift commented 2 months ago

Hi, thank you for the interest to our work. You can write a simple script to create the subfolder based on the provided annotation file and the image id. In addition, you also can download the processed IU-Xray dataset via this repo R2GenCMN. Hope this could help your future research.

Thank you very much and I am pleasantly surprised to receive your reply. I have tried using script classification processing, but the classified dataset still cannot run well. I will try R2GenCMN's processed dataset first. Thank you for your answer!