Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: AttributeError: 'NoneType' object has no attribute 'all'
Post: RE: AttributeError: 'NoneType' object has no attri...

How do I fix it so that it read the frame correctly?
synthex Data Science 2 5,281 Mar-07-2019, 11:11 AM
    Thread: AttributeError: 'NoneType' object has no attribute 'all'
Post: AttributeError: 'NoneType' object has no attribute...

I want convert video files to binary code and load result into csv I use Ubuntu mport csv import numpy as np import cv2 import os def video_to_csv(name, num_frames): cap = cv2.VideoCapture(name...
synthex Data Science 2 5,281 Mar-06-2019, 02:41 PM
    Thread: NameError: name 'd' is not defined
Post: NameError: name 'd' is not defined

Here steps of my code from skimage import io import mxnet as mx test='C:/Users/Admin/Desktop/test.lst'# folder where must be my test.lst DataSet='C:/Users/Admin/Downloads/mypic/' data_iter = mx.ima...
synthex General Coding Help 1 5,777 Feb-23-2019, 12:10 PM
    Thread: invalid syntax near break
Post: RE: invalid syntax near break

Yes, it works, thank you
synthex General Coding Help 2 3,159 Feb-23-2019, 11:57 AM
    Thread: invalid syntax near break
Post: invalid syntax near break

I write code test='C:\Users\Admin\Desktop\test.lst' # folder where must be my test.lst test='C:/Users/Admin/Desktop/test.lst' DataSet='C:/Users/Admin/Downloads/mypic/' data_iter = mx.image.ImageIte...
synthex General Coding Help 2 3,159 Feb-21-2019, 03:11 PM
    Thread: convert images into pixel dataframe into csv file using python
Post: RE: convert images into pixel dataframe into csv f...

scidam, hello, i decided do it in another way from PIL import Image import glob,os paths = glob.glob(os.path.join(os.environ['userprofile'],'Downloads','mypicture','*.jpg')) im = list(map(Image.open...
synthex Data Science 3 17,502 Feb-15-2019, 03:26 PM
    Thread: convert images into pixel dataframe into csv file using python
Post: convert images into pixel dataframe into csv file ...

i want convert images to pixels i do so from PIL import Image im = Image.open('image.jpg') pixels = list(im.getdata()) result = [] counter = 0 for pixel in pixels: counter += 1 result.append(['pi...
synthex Data Science 3 17,502 Feb-14-2019, 11:43 AM
    Thread: Converting a VideoFrame to a byte array using python
Post: Converting a VideoFrame to a byte array using pyth...

Hi, suppose there is test video https://drive.google.com/file/d/1_DcwBhY...ablGK/view how can i convert a VideoFrame to a byte array using python?
synthex Data Science 0 2,391 Feb-06-2019, 04:04 PM
    Thread: Is it possible to recombine values in python?
Post: RE: Is it possible to recombine values in python?

Thank you, i will be think.
synthex Data Science 6 4,255 Nov-30-2018, 07:56 AM
    Thread: Is it possible to recombine values in python?
Post: Is it possible to recombine values in python?

If i post in wrong branch, please let me know. I was advised to submit this question on python forum, when i asked it in SQL MSDN forum https://social.msdn.microsoft.com/Forums...ransactsql So matter ...
synthex Data Science 6 4,255 Nov-29-2018, 10:42 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020