Skip to content

Commit ecef8c4

Browse files
apljungquistjohan-hultberg-work
authored andcommitted
fix(object-detection-cv25): Fix broken link in README
This reverts the link target to what it was before it was changed in 6aa62c5. `vdo-larod-cv25` does not and has never existed in the repository and, since the context of the link did not change, I assume it should still point to the same example as it used to.
1 parent c0e5cc8 commit ecef8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

object-detection-cv25/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The following instructions can be executed to simply run the example.
4040

4141
## Designing the application
4242

43-
The whole principle is similar to the [vdo-larod-cv25](../vdo-larod-cv25). In this example, the original video stream has a resolution of 640x360, while MobileNet SSD COCO requires an input size of 300x300, so we set up two different streams: one is for MobileNet model, another is used to crop a higher resolution jpg image.
43+
The whole principle is similar to the [vdo-larod-cv25](../tensorflow-to-larod-cv25). In this example, the original video stream has a resolution of 640x360, while MobileNet SSD COCO requires an input size of 300x300, so we set up two different streams: one is for MobileNet model, another is used to crop a higher resolution jpg image.
4444
Although the model takes an input of 300x300, the CV25 accelerator expects an input of size multiple of 32. This means that the input needs to be converted to a resolution of 300x320 to satisfy the chip requirements. This is done by adding 20 bytes of padding to each row of the image.
4545
In general, it would be easier to use a model that has already by design an input of size multiple of 32 (typically 320x320 or 640x640).
4646

0 commit comments

Comments
 (0)