-
Notifications
You must be signed in to change notification settings - Fork 368
Closed
Description
Thank you for your great work !
When I tried to predict a image following the guidance, a mistake occurred in here. Because optimize_for_inference
doesn't return any, the value of model
will be None after the assignment.
I guess the correct way should as below
model = RFDETRBase()
model.optimize_for_inference()
Metadata
Metadata
Assignees
Labels
No labels