Kephone Gaon

Results 41 comments of Kephone Gaon

> me too I want to crop some region and then resize. butI cannot find any API in `VideoReader` that can do this

我也遇到了这个问题

有人解决了嘛

same problem, can anyone explain this? I understand all the math in the paper, but I dont understand the code for gradient calculation.

replace AT_CHECK with TORCH_CHECK ``` #ifndef AT_CHECK #define AT_CHECK TORCH_CHECK #endif ```

> I also have the problem, have you solved it ? It’s been a long time, I probably forgot my previous operation. in fact **I have modified the dataloader** and...

> I also have the problem, have you solved it ? again, It’s been a long time, I probably forgot my previous operation, perhaps, when I use the original dataloader...

> I also have the problem, have you solved it ? and, if you use the original dataloader of MAGE and also has this `ERROR`, then I don't konw why...

> Can anyone visualize the network structure of CornerNet, for example?Or can anyone transform pytorch's model? Then visualize with netscope or netron?Thanks I have written a blog which visualizes the...

First I think it is the `tag_masks = np.zeros((batch_size, max_tag_len), dtype=np.uint8)` in core/sample/cornernet.py ; Then i change np.uint8 to np.bool, but is still print that warning Second, i think it...