Skip to content

This is an implementation of DenseNet Architecture combined with LSTM for sequence modeling.

License

Notifications You must be signed in to change notification settings

Bidur-Khanal/DenseNet-LSTM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DenseNet + LSTM Architecture

This is a basic implementation of DenseNet combined with LSTM, used for sequence modeling. Here, DenseNet is a CNN feature extractor that feeds the extracted features to LSTM network in sequence. The network predicts 4 corner landmarks of each image in sequence. Overall, its a regression network for image with CNN feature extractor and basic LSTM layer.

About

This is an implementation of DenseNet Architecture combined with LSTM for sequence modeling.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages