megvii-research / FSCE

Apache License 2.0
274 stars 47 forks source link

I can not get the same results in split 1 and shot 10? I just have one gpu 3090. #62

Open kike-0304 opened 2 years ago

kike-0304 commented 2 years ago

I just have one gpu 3090. And I do not change config, like lr and batchsize, how can I get the same result with paper? My nAP50 = 60.8 (paper = 63.4) final model (http://dl.yf.io/fs-det/model/) datasets (http://dl.yf.io/fs-det/datasets/vocsplit/*.txt)

qindengda commented 2 years ago

Hello, how did you compile the code on the 3090 using cuda 11.0.

kike-0304 commented 2 years ago

Hello, how did you compile the code on the 3090 using cuda 11.0.

I can not compile the code on the 3090, but you can run it with detectron2.

RuoyuChen10 commented 1 year ago

Hello, how did you compile the code on the 3090 using cuda 11.0.

I can not compile the code on the 3090, but you can run it with detectron2.

I have reproduced the same results, I think there are several reasons:

I use the official compilation, not the detectron2 provided by the author.

qindengda commented 1 year ago

收到,谢谢!