Skip to content

A simple Python 3 code for duplicate image detection, using deep CNNs as backbone.

License

Notifications You must be signed in to change notification settings

jiahuei/Image-Duplicate-Detection-using-Deep-Networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Duplicate Detection using Deep Networks

A simple Python 3 code for duplicate image detection, using deep CNNs as backbone.

  1. List the directories to scan in the file directory_file.txt, with 1 directory in each line.
  2. Run compare.py.

References

List of CNNs:

For more details, refer to ops/pretrained_cnn.py.

  • VGG 16 and 19
  • Inception V1 to V3
  • ResNet V1 and V2
  • Inception-ResNet-V2
  • NASNet Large and Mobile
  • PNASNet Large
  • DenseNet
  • EfficientNet B0 to B7
  • MobileNet V1 and V2

About

A simple Python 3 code for duplicate image detection, using deep CNNs as backbone.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages