Tag: Gstreamer

Nccl_external fails while trying to compile pytroch from source – torch.compile

Hello, I’m trying to compile pytorch from source and encountering the following build error. $ CC=gcc-10 CXX=g++-10 python setup.py develop … [5995/6841] Linking CXX executable bin/HashStoreTest Warning: Unused direct dependencies: /home/netfpga/research/collective/pytorch/build/lib/libc10.so /home/netfpga/anaconda3/envs/pytorch_base/lib/libmkl_intel_lp64.so.1 /home/netfpga/anaconda3/envs/pytorch_base/lib/libmkl_gnu_thread.so.1 /home/netfpga/anaconda3/envs/pytorch_base/lib/libmkl_core.so.1 /lib/x86_64-linux-gnu/libdl.so.2 /home/netfpga/anaconda3/envs/pytorch_base/lib/libgomp.so.1 [5996/6841] Performing build step for ‘nccl_external’ FAILED: nccl_external-prefix/src/nccl_external-stamp/nccl_external-build nccl/lib/libnccl_static.a /home/netfpga/research/collective/pytorch/build/nccl_external-prefix/src/nccl_external-stamp/nccl_external-build /home/netfpga/research/collective/pytorch/build/nccl/lib/libnccl_static.a cd /home/netfpga/research/collective/pytorch/third_party/nccl/nccl &&…

Continue Reading Nccl_external fails while trying to compile pytroch from source – torch.compile

AI Software Solutions Engineer at Intel

Job Description Intel Datacenter and AI Group focuses on developing disruptive solutions that will shape the future of AI and Deep Learning computing. Led by top technologists and successful entrepreneurs, our vision is to take AI processing from its current limits to the peak of its potential. We see challenges…

Continue Reading AI Software Solutions Engineer at Intel

Sr. Computer Vision Engineer (Pytorch) – visionify

Visionify is working on bringing the power of Computer Vision and AI for everyday use-cases. We are looking to hire a strong, motivated and enthusiastic Sr. Computer Vision Engineer to execute our roadmap. As a Sr. Computer Vision Engineer, you will be working on the state-of-the art challenges in the…

Continue Reading Sr. Computer Vision Engineer (Pytorch) – visionify

tensorflow pytorch jobs – 214 Active tensorflow pytorch Jobs Openings (May 2023)

Dear Applicants, We are Hiring for Computer Vision Engineer with 5-8 Years in (Baroda Vadodara) Location. Desired Candidate Profile Strong Expertise in Nvidia Deepstream with proficient in C++ & Python programming Knowledge of Deep learning, image processing such as Pytorch, Tensorflow, OpenCV, gstreamer. Proven ability to implement,…

Continue Reading tensorflow pytorch jobs – 214 Active tensorflow pytorch Jobs Openings (May 2023)

Pytorch failed after opencv installation – Python

dongho March 11, 2023, 8:11am 1 My python system is anaconda on ubuntu 22.04. If I install pytorch after installing opencv, pytorch cuda stops working. torch.cuda.is_available()False Pytorch worked well before I installed opencv. If I install opencv after installing pytorch, it takes so much time than usual. Sometimes it returns…

Continue Reading Pytorch failed after opencv installation – Python

[Resolved] Why does scikit-image return the frame count of a video as a float?

skimage.io.Video works by using OpenCV, and for frame_count it uses OpenCV’s function GetCaptureProperty which always returns a double no matter what property is passed. This function, in turn, calls another function based on how/where the video capture was created. As an example, it could be based on GStreamer, which will…

Continue Reading [Resolved] Why does scikit-image return the frame count of a video as a float?

Gst-nvivafilter – Jetson AGX Xavier

Platforms: Jetson AGX Xavier Jetpack 4.5 Cuda 10.2 IMX274 camera Hi fellow developers, I am having difficulties at making custom CUDA implementation. I have succesfully run the below pipeline. gst-launch-1.0 nvarguscamerasrc ! ‘video/x-raw(memory:NVMM), width=(int)3840, height=(int)2160, format=(string)NV12, framerate=(fraction)60/1’ ! nvivafilter cuda-process=true customer-lib-name=”libnvsample_cudaprocess.so” ! ‘video/x-raw(memory:NVMM), format=(string)NV12’ ! nvvidconv ! nvegltransform ! nveglglessink…

Continue Reading Gst-nvivafilter – Jetson AGX Xavier