IDEA-Research / MaskDINO

[CVPR 2023] Official implementation of the paper "Mask DINO: Towards A Unified Transformer-based Framework for Object Detection and Segmentation"
Apache License 2.0
1.16k stars 103 forks source link

train problem of Instance Segmentation under the COCO dataset #96

Open LeaderOfFuture opened 11 months ago

LeaderOfFuture commented 11 months ago

when I run train_net.py, in terminal show bug ----TypeError: init() got an unexpected keyword argument 'dtype '. How to deal with it, please?

lsj1111 commented 3 months ago

when I run train_net.py, in terminal show bug ----TypeError: init() got an unexpected keyword argument 'dtype '. How to deal with it, please?

I want to know how you solved this problem?Thank you very much