Workaround to compile: exclude [detection_output_layer.cu](https://github.com/conner99/caffe/blob/ssd-microsoft/src/caffe/layers/detection_output_layer.cu) and [bbox_util.cu](https://github.com/conner99/caffe/blob/ssd-microsoft/src/caffe/util/bbox_util.cu) from Visual Studio and comment out [detection_output_layer.hpp](https://github.com/conner99/caffe/blob/ssd-microsoft/include/caffe/layers/detection_output_layer.hpp#L64-L65) Line 64-65 and [test_bbox_util.cpp](https://github.com/conner99/caffe/blob/ssd-microsoft/src/caffe/test/test_bbox_util.cpp#L1341-L1811) Line 1341-1811
Workaround to compile:
exclude detection_output_layer.cu and bbox_util.cu from Visual Studio
and comment out detection_output_layer.hpp Line 64-65 and test_bbox_util.cpp Line 1341-1811