Ben Hamm
Ben Hamm
Can workaround by rebuilding the docs: ``` from langchain.schema import Document new_docs = [Document(page_content=doc) for doc in docs]` ```
Thanks @dusty-nv! Seems like the same issue: ``` root@orin-desktop:/jetson-inference# video-viewer pedestrians.mp4 pedestrians_2.mp4 [gstreamer] initialized gstreamer, version 1.20.3.0 [gstreamer] gstDecoder -- creating decoder for pedestrians.mp4 libEGL warning: DRI3: Screen seems not...
Here is the result of what you suggested, run within the container ``` root@orin-desktop:/opt/jetson-inference# GST_DEBUG=5 vide [TRUNCATED THINGS THAT LOOK FINE] 0:00:03.115263457 1916809 0xaaaad9230a00 DEBUG GST_PLUGIN_LOADING gstplugin.c:1696:gst_plugin_ext_dep_scan_dir_and_match_names: g_dir_open(/usr/lib/aarch64-linux-gnu/lv2) failed: Error...
Ok, I installed GSTstreamer outside the container per the doc you shared, and tried my best to follow test instructions: ``` orin@orin-desktop:~/jetson-containers$ gst-launch-1.0 filesrc location= ! \ > qtdemux !...
I should note that i am ssh'd into this machine. Perhaps there's some issue with X11? I can try doing all of this directly on the machine...