cmctec / ARCADE

Official Page for ARCADE challenge for MICCAI Conference
MIT License
33 stars 6 forks source link

Model details #6

Open reny0101 opened 6 months ago

reny0101 commented 6 months ago

Thank you for having an open dataset of angiography. I have several questions about the details of the U-net model and YOLOv8 model you implemented.

For U-net: which part of the data did you use to train, validate and test the model? Also, you mentioned a gradient-based edge detection algorithm in the U-net. What is the algorithm and is there any code that you implemented it in the original U-net model?

For YOLOv8 model: you mention there are two stages the localization and label assigning; and the segmentation. I wonder if it is an end-to-end process or the two stages are performed separately? Is it possible for you provide your code with this?

Thanks, Ren Yu

zhamenghui commented 1 day ago

Thank you for having an open dataset of angiography. I have several questions about the details of the U-net model and YOLOv8 model you implemented.

For U-net: which part of the data did you use to train, validate and test the model? Also, you mentioned a gradient-based edge detection algorithm in the U-net. What is the algorithm and is there any code that you implemented it in the original U-net model?

For YOLOv8 model: you mention there are two stages the localization and label assigning; and the segmentation. I wonder if it is an end-to-end process or the two stages are performed separately? Is it possible for you provide your code with this?

Thanks, Ren Yu

你好,关于U-net的算法,请问你找到了吗?