# detectron2:bug record
### image is bluish
https://blog.csdn.net/u013608424/article/details/80117178
What image cv2 read is construct in BGR,while plt.imgshow() will read the image as RGB, so the picture will become bluish
### RuntimeError: cuda runtime error (710) : device-side assert triggered at /pytorch/aten/src/THC/generic/THCTensorMath.cu:196
https://discuss.pytorch.org/t/runtimeerror-cuda-runtime-error-59-device-side-assert-triggered-at-pytorch-aten-src-thc-generic-thctensormath-cu-24/