Chris1 commited on
Commit
ae8ad80
1 Parent(s): 860ac7b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -106,7 +106,7 @@ To this end, the synthetic-to-real dataset can be loaded by means of the functio
106
  ```python
107
  from datasets import load_dataset
108
 
109
- unpaired_dataset = load_dataset("Chris1/sim2real_gta5_to_cityscapes")
110
 
111
  ```
112
  This dataset contains two columns, imageA and imageB representing respectively the GTA5 and Cityscapes data.
 
106
  ```python
107
  from datasets import load_dataset
108
 
109
+ unpaired_dataset = load_dataset("huggan/sim2real_gta5_to_cityscapes")
110
 
111
  ```
112
  This dataset contains two columns, imageA and imageB representing respectively the GTA5 and Cityscapes data.