Skip to content

Commit 81efdb0

Browse files
filipmoreauisak-jacobsson
authored andcommitted
Update links to Ambarella Tools
Change-Id: I1739547e645705210e5c54e0b54e2d2b841f1297
1 parent 2dc9e9d commit 81efdb0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tensorflow-to-larod-cv25/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ Compile the model using the [Ambarella toolchain](https://www.ambarella.com/tech
7272

7373
> **Note**
7474
> It is required to be an Ambarella partner to access Ambarella tools. Visit
75-
> [this](https://customer.ambarella.com/ng/login?refid=EAAAALA9%2fIfpWDCn53oQJDd5FKfzsrI0fWXYseVTpgnkJHV1)
76-
> web page to access the tools. If you are not an Ambarella partner, you can
77-
> get login credentials by registering in the same link.
75+
> [ambarella.com](https://www.ambarella.com/)
76+
> to access the tools. If you are not yet an Ambarella partner, you can
77+
> get login credentials by navigating to Ambarella Developer Zone and registering there.
7878
7979
Note that the MS COCO 2017 validation dataset is downloaded during the building of the environment. This is roughly 1GB in size which means this could take a few minutes to download.
8080

@@ -150,7 +150,7 @@ This process can take a few minutes as the validation dataset is quite large.
150150

151151
#### Compiling for CV25 DLPU
152152

153-
After conversion to the `.tflite` format, the `.tflite` model needs to be compiled for the CV25 chip using the [Ambarella toolchain](https://customer.ambarella.com/ng/).
153+
After conversion to the `.tflite` format, the `.tflite` model needs to be compiled for the CV25 chip using the [Ambarella toolchain](https://www.ambarella.com/technology/#cvflow).
154154
Together with the tools, you should receive some documents that explain how to compile your model with the toolchain.
155155
To convert our `.tflite` model first we will need an subsample of the train dataset to use for quantization. We can run the following command:
156156

@@ -202,7 +202,7 @@ Finally, we produce the cavalry file `car_human_model_cavalry.bin`, that can be
202202
-f car_human_model_cavalry.bin
203203
```
204204

205-
For more information about how to convert your specific model, please refer to the [Ambarella documentation](https://customer.ambarella.com/ng/).
205+
For more information about how to convert your specific model, please refer to the documentation found in the [Ambarella toolchain](https://www.ambarella.com/technology/#cvflow).
206206

207207
### The expected output
208208

0 commit comments

Comments
 (0)