Alexander Robles

Results 14 comments of Alexander Robles

Hi! for my experience: In config.sample.yml video_input : nvcamerasrc ! video/x-raw(memory:NVMM), width=(int)600, height=(int)600,format=(string)I420, framerate=(fraction)5/1 ! nvvidconv flip-method=0 ! video/x-raw, format=(string)BGRx ! videoconvert ! video/x-raw, format=(string)BGR ! appsink

Hi @imxboards, I recently tested object_detection.py for Jetpack 3.1 and TF 1.3 without any problems using onboard cam and webcam ( video_input = /dev/video1) achieved 20fps. But when I used...

Hi @Merwanski and @scbean You can check my repository: https://github.com/Alro10/realtime_object_detection Use this file: object_detectionjetson.py Please write back if that solves your problem!

Hi @GustavZ . Recently, I tested on Jetpack 3.2 using TF 1.6 (video_input: /dev/video1) and found this issue: [[Node: image_pooling/weights = Const[dtype=DT_FLOAT, value=Tensor, _device="/job:localhost/replica:0/task:0/device:GPU:0"]()]] I am not sure if the...

Hey @GustavZ , I face this error when I try to compile run.py I realized what was the issue: Insufficiency GPU memory. if the variable bbox : False, it is...

@GustavZ , this is a sample screenshot when demo.py runs. ![figure_1](https://user-images.githubusercontent.com/21095498/40022089-4d91ced2-579d-11e8-9d96-3f4923bb1ca4.png) This result is the same issue that you opened in tensorflow models. when I try to compile run.py using...

HI! @naisy, this is really good! Can you share your Python 3.6 .whl files for installing TensorFlow 1.6?

Hi! If you take a look, the current version of lib just works for specific versions of python : https://github.com/OmkarPathak/pyresparser/blob/36f1242fbc0637a6633371ca81cf1aea4fa7497e/setup.py#L20 Try to install in another python 3.6 or 3.7 venv.

I completely agree with you, @luoleicn

Hi @pacowong, could you rebase your branch based on remote master, please? After it let me know and I will merge your PR. Thanks!