8 Questions 3 Answers 0 Followers
Questions related from Mohammad Hasani
I'm trying to measure some particles and they are in millimeters. The objects are perpendicular to my camera. Are all the pixel sizes the same for my image or they are different on the edges...
16 August 2021 695 3 View
I have a set of labeled images that I want to train with yolov5. is there a library to augment images and gives me corresponding bounding boxes too in python? like what Albumentations is doing in...
20 July 2021 5,302 1 View
I've attached a picture with my question. In this picture there are some lines to train the neural network to learn the path of the road. I was wondering is there an specific neural network for...
20 July 2021 943 3 View
I've been using yolov3 with OpenCV and now I want to change to yolov5 and I saw it has .pt files instead of .weights files and it is in PyTorch. Is there any way to use yolov5 model in...
20 July 2021 9,532 5 View
I'm developing a computer vision using python. Is it a good idea to use python for image processing in production? or it's better to write my tests in python and for production use c++? and can I...
05 July 2021 8,775 2 View
Hello, I want to make a 3D model with SfM. I already can make 3D models from pictures with frameworks like (openMVG or ODM) but it takes 1 hour and I saw some videos on youtube that they were...
19 May 2021 7,898 2 View
Hello, I'm trying to train a model to learn from some images and my target is some images too. I want to give RGB images to my model and get the D channel (Depth) as output. how can get a 2D image...
18 May 2021 7,150 3 View
Hello, I'm trying to convert 2D images to 3D model. I want to take like 100 pictures from a house and turn it into a 3D model. I was thinking about using the picture's light intensity or using...
11 May 2021 6,610 5 View