H_RDT / test.py
zhenyuzhao's picture
Add files using upload-large-folder tool
47f06a9 verified
raw
history blame contribute delete
140 Bytes
import hrdt_datasets.dataset as d
print(d.__file__)
with open(d.__file__) as f:
print([line for line in f if "image_corrupt" in line])