Update README.md
Browse files
README.md
CHANGED
@@ -250,30 +250,9 @@ If there are any camera connected to your computer, you can set the `source` as
|
|
250 |
python tools/demo --source 0
|
251 |
```
|
252 |
|
253 |
-
|
254 |
-
|
255 |
-
#### Demonstration
|
256 |
-
|
257 |
-
<table>
|
258 |
-
<tr>
|
259 |
-
<th>input</th>
|
260 |
-
<th>output</th>
|
261 |
-
</tr>
|
262 |
-
<tr>
|
263 |
-
<td><img src=https://github.com/hustvl/YOLOP/blob/main/pictures/input1.gif/></td>
|
264 |
-
<td><img src=https://github.com/hustvl/YOLOP/blob/main/pictures/output1.gif/></td>
|
265 |
-
</tr>
|
266 |
-
<tr>
|
267 |
-
<td><img src=https://github.com/hustvl/YOLOP/blob/main/pictures/input2.gif/></td>
|
268 |
-
<td><img src=https://github.com/hustvl/YOLOP/blob/main/pictures/output2.gif/></td>
|
269 |
-
</tr>
|
270 |
-
</table>
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
### Deployment
|
275 |
|
276 |
-
Our model can reason in real-time on `Jetson Tx2`, with `Zed Camera` to capture image. We use `TensorRT` tool for speeding up. We provide code for deployment and reasoning of model in `./
|
277 |
|
278 |
|
279 |
|
|
|
250 |
python tools/demo --source 0
|
251 |
```
|
252 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
253 |
### Deployment
|
254 |
|
255 |
+
Our model can reason in real-time on `Jetson Tx2`, with `Zed Camera` to capture image. We use `TensorRT` tool for speeding up. We provide code for deployment and reasoning of model in `./toolkits/deploy`.
|
256 |
|
257 |
|
258 |
|