efficientdet-pytorch icon indicating copy to clipboard operation
efficientdet-pytorch copied to clipboard

[FEATURE] OpenImages Pretrained Models

Open rsomani95 opened this issue 4 years ago • 4 comments

Hi Ross, thanks for sharing this repo! Curious if you have any plans on releasing a model trained on OpenImages?

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like Have access to a pretrained model trained on OpenImages

Describe alternatives you've considered The official repo (see here), but their model is outdated and it's also in tensorflow, which is inconvenient

Additional context N/A

rsomani95 avatar Apr 29 '21 15:04 rsomani95

@rsomani95 that has been the goal, I did train one once (> 1 year ago) on a faster-rcnn type net w/ first version of my dataset code, but not with these nets yet. It takes a bloody long time so I've been waiting until I have more access to more compute. I might be able to do it on TPUs soon, but getting this working on PyTorch XLA could be a bit of work.

rwightman avatar Apr 29 '21 23:04 rwightman

@rwightman Thanks for the response. Great to know it's somewhere on your roadmap. I'd love to have helped but have no experience PyTorch XLA and am unlikely to gain access to TPUs anytime soon.

rsomani95 avatar Apr 30 '21 02:04 rsomani95

Hi Ross, Thanks for sharing this repo! May I ask how is the plan going, were you able to train the model on OpenImages?

jdsannchao avatar Nov 16 '21 06:11 jdsannchao

@jdsannchao no not yet, I only have 2x GPU machines free right now and it'd probably take close to two months for a decent sized model. Getting closer to the point where I think PyTorch XLA might work though... but have more to do still

rwightman avatar Nov 17 '21 05:11 rwightman