lucasjinreal / DCNv2_latest

DCNv2 supports decent pytorch such as torch 1.5+ (now 1.8+)
BSD 3-Clause "New" or "Revised" License
626 stars 124 forks source link

RuntimeError #12

Closed scuizhibin closed 3 years ago

scuizhibin commented 3 years ago

RuntimeError: No Op registered for Plugin with domain_version of 9 How to solve this error?

lucasjinreal commented 3 years ago

this package doesn't cover onnx export, if you want export DCN in onnx, you need register yourself by chaning this code. For more detail you can search a little bit.