eyenpi commited on
Commit
a7a41a8
1 Parent(s): b7eef71

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -2
README.md CHANGED
@@ -22,7 +22,25 @@ dataset_info:
22
  num_examples: 300
23
  download_size: 4962520
24
  dataset_size: 6712860
 
 
 
 
25
  ---
26
- # Dataset Card for "mhsma"
27
 
28
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  num_examples: 300
23
  download_size: 4962520
24
  dataset_size: 6712860
25
+ license: cc-by-sa-4.0
26
+ task_categories:
27
+ - image-classification
28
+ pretty_name: The Modified Human Sperm Morphology Analysis Dataset
29
  ---
30
+ # MHSMA: The Modified Human Sperm Morphology Analysis Dataset
31
 
32
+ The MHSMA dataset is a collection of human sperm images from 235 patients with male factor infertility. Each image is labeled by experts for normal or abnormal sperm acrosome, head, vacuole, and tail.
33
+
34
+ # Source
35
+ Make sure to visit the [Github page](https://github.com/soroushj/mhsma-dataset).
36
+ ```
37
+ @article{javadi2019novel,
38
+ title={A novel deep learning method for automatic assessment of human sperm images},
39
+ author={Javadi, Soroush and Mirroshandel, Seyed Abolghasem},
40
+ journal={Computers in Biology and Medicine},
41
+ volume={109},
42
+ pages={182--194},
43
+ year={2019},
44
+ doi={10.1016/j.compbiomed.2019.04.030}
45
+ }
46
+ ```