fiftyone icon indicating copy to clipboard operation
fiftyone copied to clipboard

[BUG] Zoo is broken, Only exports to 51, tree and yolo5 dataset types, and cannot uninstall and reinstall

Open quitmeyer opened this issue 4 months ago • 0 comments

I am using fiftyone app locally on windows and having a bit of a hard time. I have a bunch of .json labels and images of yolo detections with specific ID tags (one json label per image), and I'm trying to figure out a good way to get this data into 51.

I have been trying to look through all the dataset types 51 can output, and so before i was loading things from the model zoo, and trying to export them in different ways

  1. problem 1 - model zoo broke i get this error
Error occurred during operator execution

resolveRemoteType@http://localhost:5151/assets/index-o2FK2t37.js:5114:16594

image

After trying to upload one of my own sets of samples to the quickstart, 51 crashed, and now i can no longer load the quickstart or the modelzoo

  1. When i had the quickstart dataset loaded, it could only exports to 51, tree and yolo5 dataset types I click browse operations, and then export samples then if i choose any option other than 51, tree, or yolo5 (even yolo4 doesn't work) the system acts like it is saving something, but it doesn't actually save anything.

  2. Cannot fully remove 51 i installed it via pip install fiftyone

and i uninstalled it via pip uninstall fiftyone

but after i reinstalled it all my previous things were there, and everything was still broken. Things work fine on a fresh install on a different computer. How can i completely remove fiftyone and reload with fresh version with fresh quickstart zoos and such?

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?

  • [ ] Yes. I can contribute a fix for this bug independently
  • [ ] Yes. I would be willing to contribute a fix for this bug with guidance from the FiftyOne community
  • [x ] No. I cannot contribute a bug fix at this time

quitmeyer avatar Oct 17 '24 16:10 quitmeyer