JosephKJ / OWOD

(CVPR 2021 Oral) Open World Object Detection
https://josephkj.in
Apache License 2.0
1.02k stars 153 forks source link

About Fit_Weibull_3P function. #112

Open JiuqingDong opened 1 year ago

JiuqingDong commented 1 year ago

Before you draw the 'energy.png', you analysis the unknown and known by using Fit_Weibull_3P.

wb_unk = Fit_Weibull_3P(failures=unk, show_probability_plot=False, print_results=False) wb_known = Fit_Weibull_3P(failures=known, show_probability_plot=False, print_results=False)

I want to know why you did this. Look forward to your reply.

Honey-ashead commented 6 months ago

I also nitice that the author seems not to use Weibull Distribution to predict unknowns.