Alan Grijalva
Alan Grijalva
Hello @ayoolaolafenwa, do you have an update on custom training with PointRend?
SImilar issue. I have a similar system configuration and when I try to run the image demo, my process is killed. `./build/examples/openpose/openpose.bin --image_dir examples/media/` Did you find the cause of...
Hi @rbonghi, I upgraded jtop to this version and now I can see power consumption. Thanks a lot for your quick and helpful reply!  I have a question regarding...
@rbonghi I have a second question, is it possible to directly store the Power/mW values to a txt or similar file?
Hey AK51, I have installed it following this great post by **Q-engineering**: https://qengineering.eu/install-pytorch-on-jetson-nano.html They provide the wheels to build Pytorch (1.7.0 - 1.10.0) on the Jetson Nano / Xavier with...
Same issue, I am trying to run trt_pose with an Intel realsense camera and Jetson Xavier.
If you have created a pip/conda viirtual environment, most likely `tensorrt` is not installed. If you are not using a virtual environment, run `pip list` and this library should be...
Hi @cxhernandez, Can the VDE perform for other types of physical systems/data (info contained in time-series)? Or is it that due to things like the objective function it's restricted to...
My ls /dev/video* outputs: /dev/video0 /dev/video1 /dev/video2 /dev/video3 In my case, my usb camera corresponds to video2, so the following solves it: rosrun usb_cam usb_cam_node _video_device:=/dev/video2
@tfeher do you know if TF-TRT now supports LSTM layers?