Instructions
System information
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Colab
- FiftyOne installed from (pip or source): pip
- FiftyOne version (run
fiftyone --version): 0.21.4
- Python version: 3.10
Commands to reproduce
Just running ai_telephone.ipynb
Describe the problem
-
Unknown member, Prompt, fixed by just passing (text, level)
prompts.append(Prompt(text, level))
-
ValueError: Dataset name 'telephone' is not available
Code to reproduce issue
Other info / logs
What areas of FiftyOne does this bug affect?
Willingness to contribute
The FiftyOne Community encourages bug fix contributions. Would you or another
member of your organization be willing to contribute a fix for this bug to the
FiftyOne codebase?
Instructions
System information
fiftyone --version): 0.21.4Commands to reproduce
Just running ai_telephone.ipynb
Describe the problem
Unknown member, Prompt, fixed by just passing
(text, level)prompts.append(Prompt(text, level))ValueError: Dataset name 'telephone' is not available
Code to reproduce issue
Other info / logs
What areas of FiftyOne does this bug affect?
App: FiftyOne application issueCore: CorefiftyonePython library issueServer: Fiftyone server issueExamples: Fiftyone examplesWillingness to contribute
The FiftyOne Community encourages bug fix contributions. Would you or another
member of your organization be willing to contribute a fix for this bug to the
FiftyOne codebase?
from the FiftyOne community.