Dustin Franklin

Results 721 comments of Dustin Franklin

> AttributeError: module 'PIL.Image' has no attribute 'BILINEAR' Hi @littlebee, can you try running `pip3 install 'pillow

> Jetson Nano with this build was < 1fps with the changes. 😨 I don't think this is using the GPU. you need to call `.cuda()` on the model and...

Hi @firststep-dev, yes there is, with [`-DBUILD_INTERACTIVE=off`](https://github.com/dusty-nv/jetson-inference/blob/3a032b0992d7786b00bcbf19232a8822b6160cf9/CMakeLists.txt#L28)

Hi @ligaz, very good, glad you got it figured out - I would have suggested either of your patches.

Hi @SergeyMalashenko , it appears you are building this on x86_64, so the jetson-utils video decoding won't work there (as those hardware-accelerated gstreamer elements are for Jetson only) You can...

Can you run `gst-inspect-1.0 | grep omx` ? Are there any listed? These should be automatically installed when you use the Nano SD card image.

This is the expected output: ``` bash gst-inspect-1.0 | grep omx libav: avenc_h264_omx: libav OpenMAX IL H.264 video encoder encoder omx: omxmpeg4videodec: OpenMAX MPEG4 Video Decoder omx: omxh264dec: OpenMAX H.264...

Hi @aafaqin, can you try running `sudo jetson_clocks.sh` script?

Are you processing file-based images or streaming video (i.e. from a camera)?

@shithanshu-beltech I would refer to the module datasheet to be sure, but with proper cooling yes it should be fine. Also you can create your own nvpmodel profile with lower...