Chung-Hsuan Cheng

Results 4 comments of Chung-Hsuan Cheng

Hi @JaringAu , how do you get the MCG proposals (w/ COB signal)? Or do you already have any proposal you can share with me? Thanks a lot.

Hi @Nial4, Following your suggestion, I modify window_size to 8 when training model with 512, 512 image. I will encounter size mismatch with ```relative_position_index``` and ```head``` when loading pre-trained weight,...

HI @Nial4 , Thanks for your reply. Does your retraining include pre-trained weights? If I modify the window size to retrain, can I use the pre-trained weight and just need...

Hi @FrankWuuu , I think it is due to the windows size. You need to change windows size to make image size divide windows evenly (224/7 or 512/8). However, I...