Miras Amir

Results 2 issues of Miras Amir

Hello! I have launched app. For example, using the following script: ```python import fiftyone as fo import fiftyone.zoo as foz dataset = foz.load_zoo_dataset("quickstart") session = fo.launch_app(dataset) ``` How can I...

enhancement
app

How should the FeaturePropagation algorithm be modified to apply to the directed graph?