Skip to content

Computer vision project to predict number of wheels of luggage

Notifications You must be signed in to change notification settings

gauravrajguru/LuggageClassification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

LuggageClassification

Computer vision project to predict number of wheels of luggage This logic ensemble pretrained models Inception, ResNet and Densenet to classify images. Two FC layers are added on top of pretrained model output. The transfer learning phase fixed the pretrained model and train only ensembling FCs. To fasten up the training speed, data loaders are created which will have output of pretrained networks. Hence, in training, images are embedded using these models once and used it to finetune the FC. This reduces training time to minutes from hours.

About

Computer vision project to predict number of wheels of luggage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published