This post is regarding week 1 assignment on Predicting Bounding Boxes.
It’s giving errors. I’ve tried changing the download boolean to True but still errors.
NonMatchingChecksumError Traceback (most recent call last)
in <cell line: 9>()
7
8
----> 9 visualization_training_dataset = get_visualization_training_dataset()
10
11
20 frames
/usr/local/lib/python3.10/dist-packages/tensorflow_datasets/core/download/download_manager.py in _validate_checksums(url, path, computed_url_info, expected_url_info, force_checksums_validation)
807 ‘TensorFlow Datasets’
808 )
→ 809 raise NonMatchingChecksumError(msg)
810
811
NonMatchingChecksumError: Artifact Google Drive - Virus scan warning, downloaded to /content/drive/My Drive/TF3 C3 W1 Data/downloads/ucexport_download_id_1GDr1OkoXdhaXWGA8S3MAq-nxXGdRuOrVTAfVA_Fkz62BrdCJap8d2nzOFrw71mSxRro.tmp.879f30cc578e403ab13e68e8679f9dd7/download, has wrong checksum:
Expected: UrlInfo(size=647.95 MiB, checksum=‘2a6d2246bbb9778ca03aa94e2e683ccb4f8821a36b7f235c0822e659d60a803e’, filename=‘images.tgz’)
Got: UrlInfo(size=2.37 KiB, checksum=‘f93a45c3a3a101bddecce766b2834f7d7ab2d23f9d3653ec8b421ec00a49e031’, filename=‘download’)
To debug, see: TensorFlow Datasets