Code Monkey home page Code Monkey logo

Comments (5)

HosnaCSE avatar HosnaCSE commented on June 14, 2024 5

Hello,
I want to resize my input image. I try to use cv2 but it shows error like
"AttributeError: 'Tensor' object has no attribute 'astype'"

I don't get any error at library function but could not understand why it shows error during execution.

import tensorflow as tf
import numpy as np
import cv2
import scipy.misc
....................................................
sam_batch = inputs[:, :, :, 1]
sam_resize = cv2.resize(sam_batch.astype('float32'), dsize=(64, 8, 8))

Any kind of suggestion will be appreciated.
Hosna

from neural-style-tf.

neilpanchal avatar neilpanchal commented on June 14, 2024

Ok - I found the problem. It was that I didn't have the correct name of the input image file.

Perhaps, as a suggestion to check if the input image or the style image(s) exist or throw an exception. Let me see if I can do a PR.

from neural-style-tf.

cysmith avatar cysmith commented on June 14, 2024

I added a check for incorrect filenames. I've also confused a .jpg with a .png or whatever.

from neural-style-tf.

monajalal avatar monajalal commented on June 14, 2024

I get the same error but I don't know how to solve it:
x[batchCount, frameIndex, :, :, :] = cv2.imread(frameFile, mode).astype('float32')

Please have a look at http://stackoverflow.com/questions/41883722/xbatchcount-frameindex-cv2-imreadframefile-mode-astypefloat32 and suggest solutions

from neural-style-tf.

cysmith avatar cysmith commented on June 14, 2024

Hi @monajalal,

Can you post or email me the command you tried and the error message?

Cam

from neural-style-tf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.