cfzd

Results 8 issues of cfzd

Just for appreciating your work, which makes me laugh to tears.

In the presentCallback function, `ComPtr ctx;` `ComPtr multithread; ` `hr = ctx.As(&multithread);` `if (hr != S_OK) throw std::system_error(hr, std::system_category());` `multithread->SetMultithreadProtected(true);` the returned HRESULT is 0x80004002, which means E_NOINTERFACE error. Any...

Thanks for your great work! After reading the paper, I have a question: Can I think volo as a "pixel-wise conditional conv" network? The reasons are: - The weighted average...

@cardwing Hi, I noted that you used the equation `B x 5 + G x 3 + R` to encode the `color` to some `ids`, then map the `ids` to...

In Table 3 of the paper, the top1 of GSoP-Net1 is `77.68`, while the one in their paper is `77.98`. Which one is correct? Also, the top1 accuracy of ResNet...

Thanks for your great work! I have a few questions. As described in the paper, the proposal feature is used as a sparse representation for obtaining objects from the feature...

The parameters DELTA_VAR and DELTA_DIST in discriminative loss function are set to 0.5 and 1.5 respectively for both CVPPP and cityscapes datasets. Is there any principle for these parameters or...

Hi, thanks for your great work! I'm wondering for sampling-argmax and RLE, which is better in localization?