Skyninth

Results 4 comments of Skyninth

同问,想知道这个常数是怎么根据数据集算出来的,能提交一下代码吗

same problem while using torch==1.10.1+cu111, and ImportError: /~/python3.8/site-packages/DCNv3-1.0-py3.8-linux-x86_64.egg/DCNv3.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZN2at4_ops5zeros4callEN3c108ArrayRefINS2_6SymIntEEENS2_8optionalINS2_10ScalarTypeEEENS6_INS2_6LayoutEEENS6_INS2_6DeviceEEENS6_IbEE

same problem!! I want to try beit in mask2former, and I set the image size(896,896),and test_cfg=dict(mode='slide', crop_size=(896,896), stride=(640, 640)), train and test pipline is dict(type='Resize', scale=(896, 3584), keep_ratio=True), then get...