prannaykaul / lvc

Official repo for our CVPR 22 paper: "Label, Verify, Correct: A Simple Few-Shot Object Detection Method"
Apache License 2.0
88 stars 14 forks source link

Got killed when training box corrector #22

Open ri10002 opened 1 year ago

ri10002 commented 1 year ago

Hi, may I ask how big is your RAM? I got killed process when deriving the coco_proposals_trainval_results.pkl.

rustalter commented 1 year ago

I have the same problem. My RAM is 64G. Feel free to contact me by 3069714003(QQ).

ri10002 commented 1 year ago

I guess it is because the array of res is too big, it should be saved into separate files.

rustalter commented 1 year ago

Could you explain it more specifically? Like how to edit the code. Sorry I am a beginner.

ri10002 commented 1 year ago

I am also working on it, hopefully, it works.