Skip to content

How to download TensorFlow Official Models 2.7.1 #10485

@SauBuen

Description

@SauBuen

I tried using

if not os.path.exists(os.path.join(paths['APIMODEL_PATH'], 'research', 'object_detection')):
    !cd 'Tensorflow' && git clone https://github.com/tensorflow/models.git
    !cd 'Tensorflow/models'&& git checkout -f e04dafd04d69053d3733bb91d47d0d95bc2c8199

but I get
fatal: reference is not a tree: e04dafd04d69053d3733bb91d47d0d95bc2c8199

I also tried downloading the v2.7.1.tar.gz but it does not contain the research folder

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions