To predict 22nd frame from given 11 frames of a video and perform semantic segmentation on the 22nd image.
- This folder contains code for first part of the project which is Future frame prediction.
- Refer the
README.md
inside this folder to execute the code.
- This folder contains code for second part of the project which is Semantic segmentation and masks generation.
- Refer the
README.md
inside this folder to execute the code.
- This folder contains code for third part of the project which is Pipeline which takes the saved model of part 1 and part 2 and hidden datset and generates the required final output numpy array.
- Refer the
README.md
inside this folder to execute the code.
- Run code in
Model 1-SimVP
- Run code in
Model 2-UNet
- Use the trained models generated in
part 1
andpart 2
along with thehidden dataset
to work withFinal Pipeline