Questions tagged [watson-studio]

IBM Watson Studio, a product that helps accelerate the machine and deep learning workflows required to infuse AI into your business to drive innovation. It provides a suite of tools for data scientists, application developers and subject matter experts to collaboratively and easily work with data and use that data to build, train and deploy models at scale.

194 questions
0
votes
1 answer

How to extract the image IBM Watson detected in the object detection model?

I have created and trained an object detection model in IBM Watson studio to detect a specific part of images. I was wondering how would I then extract that detected image and store it as a separate image? Is there something built into IBM Watson…
0
votes
1 answer

Upload asset(csv file) to watson studio project using python

I need to upload a csv file from my local to an existing project in Watson Studio using python. Thanks in Advance.
Anonymus
  • 134
  • 1
  • 6
0
votes
1 answer

Misclassification of Custom Model On IBM Watson Visual Recognition

Hello Guys, PLEASE I NEED YOUR ADVICE ON THIS. I have a problem with the IBM Visual Recognition Service, I am creating a weed detection Model using IBM Visual Recognition Service. I have carefully labelled and trained my images across the different…
0
votes
1 answer

Does IBM Visual Recognition Support other Data labelling method aside from Bounding Boxes

I'm trying to build a weed detection model using IBM Visual Recognition service. I have successfully annotated my images with bounding box but the when i try to evaluate my model on a new test image, the model misclassified the new image. I want to…
0
votes
1 answer

customise environment jupyter notebook

I wish to create a custom environment for my Jupyter notebook, without having to install the various packages from within the session. Following the instructions at…
andrea
  • 525
  • 1
  • 5
  • 21
0
votes
2 answers

Error fetching custom collections: Error in Watson Visual Recognition service: Recieved invalid status 403 response

I am using IBM Watson Visual Recognition for a custom model. I have uploaded my dataset as .zip files, which is fine so far. However, I cannot test already trained model and I cannot label new images. When I go on my Watson services, it…
chuky pedro
  • 756
  • 1
  • 8
  • 26
0
votes
1 answer

visualise html video with matplotlib animation

In my notebook I get some data from URL, perform some analysis and do some plotting. I want also create a html animation using FuncAnimation of matplotlib.animation. So in the preamble I do import matplotlib.animation as…
andrea
  • 525
  • 1
  • 5
  • 21
0
votes
1 answer

Move Watson Studio Visual Recognition Model to Desktop App

I had created a visual recognition model through Watson Studio last year for a school project and the day of the presentation there was some sort of issue with the server and I was unable to run the model. I see now that there is a Watson Studio…
0
votes
2 answers

IBM Watson Project. How do I re-access my notebook in an active project after logging out

I have just started IBM Watson Studio. I created a project within which I created a Jupyter notebook. I logged out of it and want to login again after 30 minutes. I do not find any provision to open an existing project even though I am able to…
0
votes
1 answer

"Insert SparkSession Dataframe" doesn't exist - IBM Watson studio

I'm following this online course by IBM: Advanced Machine Learning course. I would like to load a .csv file and then store it as a parquet format in my Cloud Object Storage inside my Watson Project (here you can find how to access to the storage…
Mattia Surricchio
  • 1,362
  • 2
  • 21
  • 49
0
votes
1 answer

How to integrate Watson Studio python notebook with an IAE Spark?

I have an IBM Analytics Engine (IAE) instance, added it to my Watson Studio project as an associated service and created an Environment based on it. Then, I created a python notebook and set its environment to the abovementioned. I ran a simple…
Ronen491
  • 61
  • 6
0
votes
1 answer

How to schedule a job to run SPSS modeler in Watson studio

I created SPSS modeler flow in Watson studio. I need to schedule it runs daily, but modeler flows can not be scheduled as job in Watson studio. What do you suggest to do ? Maybe thru a notebook which runs the modeler and that can be scheduled…
massi
  • 21
  • 1
  • 4
0
votes
1 answer

"Something went wrong retrieving your Watson Visual Recognition service instance." In IBM Watson Studio

This is my first project in IBM Watson Studio. I have created an Image Classifier project. I added Visual Recognition Model to my project. While adding it, I got this pop-up - Once, added I tried to Test "The Prebuilt - General Model" but I am…
Ora Aff
  • 640
  • 1
  • 9
  • 24
0
votes
1 answer

Dashboard on IBM Watson Studio for GDP Data

I am working with IBM Watson studio and am a beginner, How can I create a dashboard in Watson Studio using Python? I need some help, thanks!
0
votes
1 answer

How to download a text to speech file created in Watson Studio

I am using Text to Speech in Watson Studio. The output file is '.wav'. Does anyone have got any idea where is the file stored? I want to download it from the IBM cloud to my pc. How should I do this? I have searched entire cloud storage, but…