Skip to main content

Questions tagged [image]

0 votes
1 answer
30 views

I download an image and I show it using Python. image = imread('spheres.jpg') print(image.shape)#(398, 429, 3) As we can notice, the image shape has 3 dimensions....
LearningAlgorithm's user avatar
1 vote
1 answer
537 views

I was not shure where to ask this question, but SE Data Science seems to be the best place for it. So I tried to build a CNN based super resolution model. Unfortunately I have only high-res images but ...
Lockhart 's user avatar
0 votes
0 answers
42 views

I am doing a physics lab where I need to take photos of a light and the intensity of the light changes. I have the photos but I need to understand how to get the average wattage from the images. There ...
Watch With Veer's user avatar
1 vote
1 answer
83 views

I have the following question - is it possible to train a model based on Transformer architecture to use additional attributes to generate a caption for an image? For example, I have a dataset with ...
Jeremy Cuberian's user avatar
6 votes
2 answers
2k views

In the picture below there are some regions which are very bright (i.e. more white). Some bright regions are wide and some are narrow or thin. The red box covers one such wide bright spot, and blue ...
S. M.'s user avatar
  • 95
0 votes
1 answer
774 views

Im trying to brighten and dim an image using OpenCV with two approaches. Approach 1: Used OpenCV's add and subtract functions to ...
Somanna's user avatar
  • 103
1 vote
1 answer
906 views

From my understanding typically a convolutional neural network has a matrix (e.g. an image) as input and output is either an integer or a vector of integers in regression and in classification a ...
sayuri's user avatar
  • 11
1 vote
1 answer
309 views

I'm building a variational autoencoder to generate faces. I'm using gray-scale images with the size 30x30. I started with a very simple model: Input Layer, 900 nodes, values 0-1 Latent Space, 10 nodes ...
lev1248's user avatar
  • 11

15 30 50 per page
1
2 3 4 5 6