Tutorials, assignments, and competitions for MIT Deep Learning related courses.
data-science
machine-learning
mit
deep-learning
tensorflow
deep-reinforcement-learning
artificial-intelligence
neural-networks
segmentation
tensorflow-tutorials
deeplearning
jupyter-notebooks
self-driving-cars
deep-rl
-
Updated
Feb 28, 2021 - Jupyter Notebook
I'm using this project to train my segmentation model. I find that the mask has a right-down offset to the image. Because the opencv resize_nearest is wrong. Please refer the opencv project issue:
https://github.com/opencv/opencv/issues/9096
https://github.com/opencv/opencv/issues/10146
The code of opencv is:
` for( x = 0; x < dsize.width; x++ )
{
int sx = cv