You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi @youngwanLEE
as the title has described , i am not familiar with the detectron framework . how can i port the centermask network definition into the pytorch pure implementations ?
after the porting the inference code would be like below:
model = CenterMask(ptretrain_model_path="xxx.pth")
classes ,scores dets , masks = model( input_image )
hi @youngwanLEE
as the title has described , i am not familiar with the detectron framework . how can i port the centermask network definition into the pytorch pure implementations ?
after the porting the inference code would be like below:
any suggestions ? @youngwanLEE thanks !
The text was updated successfully, but these errors were encountered: