Fix link in readme files
Signed-off-by: Davide Sapienza <sapienza.dav@gmail.com>
This commit is contained in:
@@ -113,15 +113,15 @@ Steps needed to do inference on tkDNN with a custom neural network.
|
|||||||
|
|
||||||
## Exporting weights
|
## Exporting weights
|
||||||
|
|
||||||
For specific details on how to export weights see ./docs/exporting_weights.md
|
For specific details on how to export weights see [here](./docs/exporting_weights.md)
|
||||||
|
|
||||||
## Run the demo
|
## Run the demo
|
||||||
|
|
||||||
For specific details on how to run the demos see ./docs/demo.md
|
For specific details on how to run the demos see [here](./docs/demo.md)
|
||||||
|
|
||||||
## mAP demo
|
## mAP demo
|
||||||
|
|
||||||
For specific details on how to run the mAP demo see ./docs/mAP_demo.md
|
For specific details on how to run the mAP demo see [here](./docs/mAP_demo.md)
|
||||||
|
|
||||||
## Existing tests and supported networks
|
## Existing tests and supported networks
|
||||||
|
|
||||||
@@ -155,7 +155,7 @@ For specific details on how to run the mAP demo see ./docs/mAP_demo.md
|
|||||||
|
|
||||||
### tkDNN on Windows 10 (experimental)
|
### tkDNN on Windows 10 (experimental)
|
||||||
|
|
||||||
For specific details on how to run the demos on Windows 10 see ./docs/windows.md
|
For specific details on how to run the demos on Windows 10 see [here](./docs/windows.md)
|
||||||
|
|
||||||
## References
|
## References
|
||||||
|
|
||||||
|
|||||||
+5
-5
@@ -22,13 +22,13 @@
|
|||||||
## Index
|
## Index
|
||||||
|
|
||||||
- [Run the demo](#run-the-demo)
|
- [Run the demo](#run-the-demo)
|
||||||
- [2D Object Detection](#object-detection-2d)
|
- [2D Object Detection](#2d-object-detection)
|
||||||
- [3D Object Detection](#object-detection-3d)
|
- [3D Object Detection](#3d-object-detection)
|
||||||
- [Object Detection & Tracking](#object-detection-tracking)
|
- [Object Detection and Tracking](#object-detection-and-tracking)
|
||||||
- [FP16 inference](#fp16-inference)
|
- [FP16 inference](#fp16-inference)
|
||||||
- [INT8 inference](#int8-inference)
|
- [INT8 inference](#int8-inference)
|
||||||
- [Batching](#batching)
|
- [Batching](#batching)
|
||||||
- [Run the demo on Windows](#demo-windows)
|
- [Run the demo on Windows](#run-the-demo-on-windows)
|
||||||
|
|
||||||
## Run the demo
|
## Run the demo
|
||||||
|
|
||||||
@@ -84,7 +84,7 @@ The demo3D program takes the same parameters of the demo program:
|
|||||||
./demo3D <network-rt-file> <path-to-video> <kind-of-network> <number-of-classes> <n-batches> <show-flag> <conf-thresh>
|
./demo3D <network-rt-file> <path-to-video> <kind-of-network> <number-of-classes> <n-batches> <show-flag> <conf-thresh>
|
||||||
```
|
```
|
||||||
|
|
||||||
### Object Detection & Tracking
|
### Object Detection and Tracking
|
||||||
|
|
||||||
To run the 3D object detection & tracking demo follow these steps (example with CenterTrack based on DLA34):
|
To run the 3D object detection & tracking demo follow these steps (example with CenterTrack based on DLA34):
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
- [3)Export weights for CenterNet](#3export-weights-for-centernet)
|
- [3)Export weights for CenterNet](#3export-weights-for-centernet)
|
||||||
- [4)Export weights for MobileNetSSD](#4export-weights-for-mobilenetssd)
|
- [4)Export weights for MobileNetSSD](#4export-weights-for-mobilenetssd)
|
||||||
- [5)Export weights for CenterTrack](#5export-weights-for-centertrack)
|
- [5)Export weights for CenterTrack](#5export-weights-for-centertrack)
|
||||||
- [Darknet Parser](#darkent-parser)
|
- [Darknet Parser](#darknet-parser)
|
||||||
|
|
||||||
## How to export weights
|
## How to export weights
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user