python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Resize the Depth of CT data in Python
I have multiple CT datasets in Dicom format all with varying number of slices or 2D CT images.
Example:
Dataset 1 Shape: (512 x 512) x 100
Dataset 2 Shape: (512 x 512) x 130
Dataset 3 Shape: (512 x 51...
user9209723
Votes: 0
Answers: 1
Image Classification - Use Dictionary Dataset in Sequential Model
I am building a basic Image Classification Project. However, my data set is a dictionary of labels as keys and respective images as values.
{'label_name1': ['imagepath1', 'imagepath2',....], 'label_na...
Go For Pro
Votes: 0
Answers: 1
Detecting numbers from image of different lighting condition using tesseract OCR, Python
the problem for this image with different light condition:-
Img_1
worked for this morning image:-
Img_2
I am trying to extract numbers from the video by using Tesseract OCR & Python . in that vide...
satyam pawar
Votes: 0
Answers: 0
python imaging library truncated image problem
I'm working with PIL in python to load and resize a large number of images, to feed to a CNN. But during the process of loading this error happens:
----------------------------------------------------...

Mocking Bird
Votes: 0
Answers: 1