Jasper Brown
Jasper Brown
https://github.com/tensorflow/tensorboard/issues/3443
did the `keras_retinanet/bin/convert_model.py` script complete properly?
the error about training configuration means that the model can't be used for more training (fine tuning from that checkpoint) but that should be fine for inferencing. So likely that...
They release SSD with inception V2 if you want to try that. There appears to be an SSD vgg implementation here https://github.com/balancap/SSD-Tensorflow But if you want to try various models...
I think everything should run in windows, but most of the tutorial commands provided will be wrong. Unless you specifically need FasterRCNN I would suggest using the newer, RetinaNet architecture....
The UR just returns a 1 or 0 string flag for success or failure. so you can replace the first line with `success = char(fread(t,1));`
I'm not familiar with using just a computer with no teach pendant, but wouldn't recommend it as a lot of the functionality is much more difficult to use programmatically (ie,...
hi @lucysumi , I've not maintained this repo in a long time, the versioning was not done very well to begin with so it might be an environment thing. Are...