1aurent commited on
Commit
ae0d1b0
1 Parent(s): 8a13ade

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -11,6 +11,11 @@ license: apache-2.0
11
 
12
  ![](https://github.com/marrlab/DinoBloom/blob/9ea2f950e1f016cd7f899b3ed025d12b6a355d9f/media/overview.png?raw=true)
13
 
 
 
 
 
 
14
  ## Model Usage
15
 
16
  ### Image Embeddings
@@ -23,7 +28,7 @@ import timm
23
  # get example histology image
24
  img = Image.open(
25
  urlopen(
26
- "https://raw.githubusercontent.com/zxaoyou/segmentation_WBC/master/Dataset%201/001.bmp
27
  )
28
  )
29
 
 
11
 
12
  ![](https://github.com/marrlab/DinoBloom/blob/9ea2f950e1f016cd7f899b3ed025d12b6a355d9f/media/overview.png?raw=true)
13
 
14
+ ## Model Description
15
+
16
+ - **Repository:** [github.com:marrlab/DinoBloom](https://github.com/marrlab/DinoBloom)
17
+ - **Original Weights:** [Zenodo](https://zenodo.org/records/10908163)
18
+
19
  ## Model Usage
20
 
21
  ### Image Embeddings
 
28
  # get example histology image
29
  img = Image.open(
30
  urlopen(
31
+ "https://raw.githubusercontent.com/zxaoyou/segmentation_WBC/master/Dataset%201/001.bmp"
32
  )
33
  )
34