Merge pull request #199 from rickymedrano/rickymedrano-patch-1
Minor Readme Changes
This commit was merged in pull request #199.
This commit is contained in:
@@ -203,6 +203,7 @@ All models from darknet are now parsed directly from cfg, you still need to expo
|
||||
relu
|
||||
leaky
|
||||
mish
|
||||
logistic
|
||||
</details>
|
||||
|
||||
## Run the demo
|
||||
@@ -225,7 +226,7 @@ Once you have successfully created your rt file, run the demo:
|
||||
```
|
||||
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
|
||||
* ```<network-rt-file>``` is the rt file generated by a test
|
||||
|
||||
Reference in New Issue
Block a user