You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> 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.
78
78
79
79
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.
80
80
@@ -150,7 +150,7 @@ This process can take a few minutes as the validation dataset is quite large.
150
150
151
151
#### Compiling for CV25 DLPU
152
152
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).
154
154
Together with the tools, you should receive some documents that explain how to compile your model with the toolchain.
155
155
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:
156
156
@@ -202,7 +202,7 @@ Finally, we produce the cavalry file `car_human_model_cavalry.bin`, that can be
202
202
-f car_human_model_cavalry.bin
203
203
```
204
204
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).
0 commit comments