Jacob Marks
Jacob Marks
### Is your feature request related to a problem? Please describe. Currently, when a prediction object is generated for an image, the only ways to visualized those predictions are via...
- As of FiftyOne 0.21, the ubuntu issue should be resolved, so I've removed that section - I've refactored the last section on segmenting an entire dataset - there was...
First draft of the new Hugging Face Hub integration. [Hugging Face Integration — FiftyOne 0.24.0 documentation.pdf](https://github.com/voxel51/fiftyone/files/14808654/Hugging.Face.Integration.FiftyOne.0.24.0.documentation.pdf) ## Overview This integration introduces two functions: `load_from_hub()` and `push_to_hub()`. The major architectural changes...
Integrates FiftyOne Datasets with the Hugging Face Hub, with two utility functions: `push_to_hub()` and `load_from_hub()`. ## `push_to_hub()` This utility takes your local dataset and - creates a HF repo -...
We have a ton of integrations, which is a great problem to have! To make it easier for users to find what they are looking for, this PR adds a...
Shows how to 1. Load [Wildlife-Watcher Dataset](https://try.fiftyone.ai/datasets/wildlife-watcher/samples) into FiftyOne 2. Create PNGs from MP4 3. Run zero-shot detection with OWL-ViT 4. Apply Ultralytics implementation of Facebook SAM with bounding box...
Networkx fails to make the correct connections on the primal and dual lattices for code depths above 13 on the 6-6-6 color code.
[FiftyOne](https://docs.voxel51.com/), an open source tool for data curation and visualization, has an [Albumentations plugin](https://github.com/jacobmarks/fiftyone-albumentations-plugin), which allows you to test out augmentation transformations on the dataset level before applying them on-the-fly....
This PR demonstrates how you can use a combination of traditional image processing, multimodal embeddings, unsupervised learning, and visualization to bring structure to unstructured visual data. The notebook illustrates these...