Shiyu Xuan

Results 6 issues of Shiyu Xuan

Hello, In your paper, I think if use appearance space of id **I** and structure space of id **J** to generate an image. The ID of generated image should be...

During inference, the token (5-th) that is corresponded to the object class may be classified to the coordinates. In the other hand, the token that is corresponded to the coordinates...

请问一下训练过程中otb的auc大约是怎么变化的,第一轮训练完大约多少,我在你代码的基础上做了一些改动,前10轮在otb上的auc只有50左右,请问是否正确

Thank you for your job! If the size of filter is 7*7 the padding is 3 so I think the crop is [3:-3]. Why in your code the crop is...

https://github.com/liyiying/Feature_Critic/blob/417eca68168537b7edfe154e3c5a5f3bb1e8947c/utils.py#L24 Sorry, I don't understand the meaning of this function, I hope you could explain it. And in model_PACS.py line 387-392 ` temp_new_feature_extractor_network = alexnet(pretrained=False).cuda() fix_nn(temp_new_feature_extractor_network, theta_updated_new) temp_new_feature_extractor_network.train() temp_old_feature_extractor_network =...

Could you please explain that why you reduce the channel of low level features to 48 in the decoder? It is confusing. https://github.com/Wi-sc/BriNet/blob/82ebe737c7b56d021ae1ed7a10ce37215008a147/decoder.py#L10 https://github.com/Wi-sc/BriNet/blob/82ebe737c7b56d021ae1ed7a10ce37215008a147/decoder.py#L11 https://github.com/Wi-sc/BriNet/blob/82ebe737c7b56d021ae1ed7a10ce37215008a147/decoder.py#L12 https://github.com/Wi-sc/BriNet/blob/82ebe737c7b56d021ae1ed7a10ce37215008a147/decoder.py#L13