models icon indicating copy to clipboard operation
models copied to clipboard

Dino model

Open OmarJabri7 opened this issue 2 years ago • 1 comments

Finalized DINO model architecture split into three main files:

  • dino.py containing the DINONet and Spec classes
  • layers.py containing the inner layers that the DINI model builds on top: DINO Back Bone ( vision Transfomer) and DINO head (projection head)
  • utils.py containing utility functions that the different DINO modules use

and a testing script under test_dinonet.py, which displays the DINO model in action against image data.

OmarJabri7 avatar Aug 15 '23 10:08 OmarJabri7

@OmarJabri7 That's a great work you did, can you message me when this is merged so that we can have a blog post draft about it?

a0m0rajab avatar Aug 21 '23 13:08 a0m0rajab