As known nVidia DetectNet - CNN (convolutional neural network) for object detection is based on approach from Yolo/DenseBox: https://devblogs.nvidia.com/parallelforall/deep-learning-object-detection-digits/
DetectNet is an extension of the popular GoogLeNet network. The extensions are similar to approaches taken in the Yolo and DenseBox papers.
And as shown here, DetectNet can detects objects (cars) with any rotations: https://devblogs.nvidia.com/parallelforall/detectnet-deep-neural-network-object-detection-digits/
Are modern CNN (convolutional neural network) as DetectNet rotate invariant?
Can I train DetectNet on thousands different images with one the same rotation angle of object, to detect objects on any rotation angles?
And what about rotate invariant of: Yolo, Yolo v2, DenseBox on which based DetectNet?