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
How to fine tune your model? I don't have sufficient data to retrain your model from scratch.I want to fine tune your model on my data which has only two classes ?
The text was updated successfully, but these errors were encountered:
Hi, @moh3th1 , for model definition file (.prototxt), you just need to change the num_output from 1029 (21x49) to 98 (2x49) in rfcn_cls layer, the output_dim from 21 to 2 in psroipooled_cls_rois layer and rename rfcn_cls layer (e.g. rfcn_cls_2classes).
How to fine tune your model? I don't have sufficient data to retrain your model from scratch.I want to fine tune your model on my data which has only two classes ?
The text was updated successfully, but these errors were encountered: