-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2ac361f
commit 3689044
Showing
106 changed files
with
3,923 additions
and
307 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
12 changes: 11 additions & 1 deletion
12
resnet10-ros-deepstream/deepstream_python_apps/apps/deepstream-test7/README.md
100644 → 100755
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
# test7 建立只能播放的实例,并能实时打印出目标检测数据(坐标、目标跟踪ID号和类别) | ||
# test7 建立只能播放的实例,并能实时打印出目标检测数据(坐标、置信度和类别) | ||
|
||
python3命令后面第一个参数“1”代表视频文件输入模式,“2”代表实时摄像头输入模式 | ||
|
||
- video_file: | ||
python3 deepstream-test_7_usb_file.py 1 /opt/nvidia/deepstream/deepstream-5.1/samples/streams/sample_720p.h264 | ||
(备注):jetson NX 中,以上输入可能会报错,此时需将183行`source_file.set_property('location', args[2])`中的args[2]直接改为视频文件的绝对路径 | ||
|
||
|
||
- real_video: | ||
python3 deepstream-test_7_usb_file.py 2 /dev/video0 | ||
|
||
|
Empty file modified
0
resnet10-ros-deepstream/deepstream_python_apps/apps/deepstream-test7/client_ros_7.py
100644 → 100755
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.