cluster
generate_clip_embeddings(model, processor, instances, device)
Generates representations for all images in the dataloader with the given model
Source code in src/tcd_pipeline/scripts/cluster.py
31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
|