Minor Readme Changes #199
@@ -195,6 +195,7 @@ All models from darknet are now parsed directly from cfg, you still need to expo
|
|||||||
relu
|
relu
|
||||||
leaky
|
leaky
|
||||||
mish
|
mish
|
||||||
|
logistic
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
## Run the demo
|
## Run the demo
|
||||||
@@ -217,7 +218,7 @@ Once you have successfully created your rt file, run the demo:
|
|||||||
```
|
```
|
||||||
In general the demo program takes 7 parameters:
|
In general the demo program takes 7 parameters:
|
||||||
```
|
```
|
||||||
./demo <network-rt-file> <path-to-video> <kind-of-network> <number-of-classes> <n-batches> <show-flag>
|
./demo <network-rt-file> <path-to-video> <kind-of-network> <number-of-classes> <n-batches> <show-flag> <conf-thresh>
|
||||||
```
|
```
|
||||||
where
|
where
|
||||||
* ```<network-rt-file>``` is the rt file generated by a test
|
* ```<network-rt-file>``` is the rt file generated by a test
|
||||||
|
|||||||
Reference in New Issue
Block a user