Rivflyyyy commited on
Commit
a8f07c3
·
verified ·
1 Parent(s): 110f05c

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -54,7 +54,7 @@ Each sample contains:
54
  ```python
55
  from datasets import load_dataset
56
 
57
- dataset = load_dataset("your_username/OpenVTON")
58
  sample = dataset["train"][0]
59
  sample["source"].show() # garment image
60
  sample["mask"].show() # segmentation mask
 
54
  ```python
55
  from datasets import load_dataset
56
 
57
+ dataset = load_dataset("RenxingIntelligence/OpenVTON")
58
  sample = dataset["train"][0]
59
  sample["source"].show() # garment image
60
  sample["mask"].show() # segmentation mask