Here is my system environment. Jetpack6.0 rev.1 installed via SDK Manager 2.1.0.11682 x86_64
When I execute PYTHONPATH=. python tools/test.py configs/vssm1/mask_rcnn_vssm_fpn_coco_tiny_ms_3x.py models/mask_rcnn_vssm_fpn_coco_tiny_ms_3x_s_epoch_31.pth, I get the following error, what could be the reason?
I’ve fixed the issue. The reason is that when installing the code packages that depend on this repository, the corresponding Compute Capability of jetson is not added.
When I set arch=compute_87, code=sm_87 and reinstall it, the model works fine.