voxel51 / voxelgpt

AI assistant that can query visual datasets, search the FiftyOne docs, and answer general computer vision questions
https://gpt.fiftyone.ai
Apache License 2.0
234 stars 17 forks source link

try.fiftyone.ai Error unhashable type dict #55

Closed ehofesmann closed 1 year ago

ehofesmann commented 1 year ago

On coco-2017-validation

Query: Show me the 25 images that are most likely to contain a road scene

Response: Identified potential algorithms: evaluation

unhashable type: 'dict' Traceback (most recent call last): File "/opt/plugins/@voxel51/voxelgpt/init.py", line 138, in execute for response in ask_voxelgpt_generator( File "/opt/plugins/@voxel51/voxelgpt/voxelgpt.py", line 197, in ask_voxelgpt_generator yield _respond(_runs_message(runs)) File "/opt/plugins/@voxel51/voxelgpt/voxelgpt.py", line 391, in _runs_message runs_map[run_type].append(key) TypeError: unhashable type: 'dict'

jacobmarks commented 1 year ago

@ehofesmann I saw errors like this previously, but then I reformatted the markdown and the issue went away. Are you seeing this locally, or just on try.fiftyone.ai? Is this happening for other runs, or just evaluations?