I am using digits for the first time and have successfully created a custom dataset. But I'm stuck with creating a new object detection model. There are no standard networks available, under pretrained model s I have detectnet & GoogLeNet. When I select one of these I get the error, "standard Networks Not a valid choice." If I go to custom network, I have only Tensorflow suboption. But I enter a Detectnet description in the window, and a path to a model.caffemodel file and get a "NotImplementedError" error.
Where do I go from here?