Fafa87

Results 3 issues of Fafa87

The links after: "Various visualizations, documented in their own pages, are summarized here." Seems to be outdated and point to nowhere.

`sometimes(iaa.Affine(...))` is used in default augmentation in `master` which can rotate and translating the image. Boxes stay on the same place with is bad (especially if you have small boxes)....

``` python3.7/site-packages/onnxmltools/convert/coreml/operator_converters/neural_network/Add.py", line 46, in convert_add right_tensor = inputs[i].full_name AttributeError: 'str' object has no attribute 'full_name' ``` It seems that there is and error in code. When I change it...