-
Notifications
You must be signed in to change notification settings - Fork 0
U net semantic segmentation
Manoj Kolpe edited this page Jun 14, 2022
·
6 revisions
- Implemented the U-Net
- The architecture of U-Net is as below
- The model is trained on the cityscape dataset.
- batch_size = 16
- epochs = 10
- lr = 0.01
- Adam optimizer
- CrossEntropyLoss()
Step loss and epoch losses
Implemented the Gaussian process in the middle to accommodate the temporal camera pose data
This is the wiki page for the multi-view stereo project