linus007 / cil-road-segmentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cil-road-segmentation

Useful papers & thesis

Possible extra datasets

TODO / Next Step

  1. Fix the dataset options a. pix2pix dataset + rotation b. CIL dataset + rotation c. Mnih dataset (if we figure out how to remove the white patches in some of the images)
  2. Decide on the input size of the image (next step depends on this)
  3. Get the distance map (see the loss function part of the paper)
  4. If we're using the pix2pix dataset, how to convert google map images to road segmentation maps (white for road, black for non-road)
  5. Get the deconv according to the paper efficiently (use the conv2d_transpose and upsample right now)

After the above, we will be able to run the network and get numbers

About


Languages

Language:Python 53.4%Language:Jupyter Notebook 46.6%