Skip to content

Latest commit

 

History

History

VGG_batched_interleaved

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

VGG - Batched Interleaved Model

Using N images to train the ConvLSTM, we train this model over the lane segementation dataset. Here, instead of the Resnet FE, we USE VGG 11 and VGG 16 models.

This is our model:

This code is written in lightening and PyTorch.