Update aphantasia_drawing_dataset.py
Browse files
aphantasia_drawing_dataset.py
CHANGED
|
@@ -22,9 +22,6 @@ Original file is located at
|
|
| 22 |
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 23 |
# See the License for the specific language governing permissions and
|
| 24 |
# limitations under the License.
|
| 25 |
-
# TODO: Address all TODOs and remove all explanatory comments
|
| 26 |
-
"""TODO: Add a description here."""
|
| 27 |
-
|
| 28 |
|
| 29 |
|
| 30 |
import pandas as pd
|
|
@@ -74,7 +71,6 @@ _URL = {"train": _get_drive_url(url)}
|
|
| 74 |
|
| 75 |
|
| 76 |
class AphantasiaDrawingDataset(datasets.GeneratorBasedBuilder):
|
| 77 |
-
"""TODO: Short description of my dataset."""
|
| 78 |
|
| 79 |
_URL = _URL
|
| 80 |
VERSION = datasets.Version("1.1.0")
|
|
@@ -183,4 +179,3 @@ class AphantasiaDrawingDataset(datasets.GeneratorBasedBuilder):
|
|
| 183 |
"bedroom": byt_to_image(sub_row["image.bedroom"])
|
| 184 |
}
|
| 185 |
}
|
| 186 |
-
|
|
|
|
| 22 |
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 23 |
# See the License for the specific language governing permissions and
|
| 24 |
# limitations under the License.
|
|
|
|
|
|
|
|
|
|
| 25 |
|
| 26 |
|
| 27 |
import pandas as pd
|
|
|
|
| 71 |
|
| 72 |
|
| 73 |
class AphantasiaDrawingDataset(datasets.GeneratorBasedBuilder):
|
|
|
|
| 74 |
|
| 75 |
_URL = _URL
|
| 76 |
VERSION = datasets.Version("1.1.0")
|
|
|
|
| 179 |
"bedroom": byt_to_image(sub_row["image.bedroom"])
|
| 180 |
}
|
| 181 |
}
|
|
|