You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo ./lane_det -s // serialize model to plan file i.e. 'DBNet.engine'
29
-
sudo ./lane_det -d ../data // deserialize plan file and run inference, the images in data will be processed.
30
-
```
23
+
mkdir build
24
+
cd build
25
+
cmake ..
26
+
make
27
+
sudo ./lane_det -s // serialize model to plan file i.e. 'lane.engine'
28
+
sudo ./lane_det -d ../data // deserialize plan file and run inference, the images in data will be processed.
29
+
30
+
```
31
31
32
32
## More Information
33
33
1. Changed the preprocess and postprocess in tensorrtx, give a different way to convert NHWC to NCHW in preprocess and just show the reslut using opencv rather than saving the result in postprocess.
0 commit comments