Pandaxia8
Pandaxia8
def downsample_concatenate(X, kernel): b, h, w, c = X.shape Y = X.contiguous().view(b, h, w // kernel, c * kernel) Y = Y.permute(0, 2, 1, 3).contiguous() Y = Y.view(b, w //...
编译错误
在安装cvpods的时候,编译一直出错。各种方法都尝试了,还是不行。请问可以提供您的环境信息吗?
Hi, thanks for your awesome project! When I dive into the detail of TDD, I find that the ResNet_FPN is used instead of pure ResNet, which will create an unfair...
- In the new version, the right-click "Import" function cannot import data from dump files, which greatly reduces usability. - An existing alternative is to select an SQL file from...