zhreshold / mxnet-ssd

MXNet port of SSD: Single Shot MultiBox Object Detector. Reimplementation of https://github.com/weiliu89/caffe/tree/ssd
MIT License
764 stars 337 forks source link

differences with apache incubator repo #201

Open alexschultz opened 6 years ago

alexschultz commented 6 years ago

Can anyone explain why this repo is the official repo for the SSD example when there is also an SSD example in the apache mxnet incubator repo which is apparently also being maintained separately? For instance, this repo has compatibility issues with Python3+ whereas the apache incubator repo does not. This repo has some more advanced features, i.e. using tensorboard during training, the apache repo does not. This is very confusing, I have had to pull code from both places to get my fine tuning to work properly. Can someone provide clarification on how to proceed with regards to having this project split up like this? Not trying to complain, just looking for solid direction, thanks!