zzzxxxttt / pytorch_simple_CenterNet_45

A simple pytorch implementation of CenterNet (Objects as Points)
308 stars 63 forks source link

Can you share your pre-trained model weights? #15

Closed TomHeaven closed 4 years ago

TomHeaven commented 4 years ago

It will take a lot of time to train a model on big datasets. So can you share your pre-trained model weights on COCO or pascal-voc?

zzzxxxttt commented 4 years ago

I would like to, but the models are trained when I was an intern at Huawei, now my internship is over and I can't get access to the files on the company server.

PengZH99 commented 4 years ago

if i want to inference a single image and show the results on the image,how can I achieve it quickly?I would appreciate it if you can share the inference code.thank u

zzzxxxttt commented 4 years ago

I've uploaded the ResDCN-18 model trained on Pascal VOC, the download link can be found in readme.