I have the download information in python of a dataset. How can I use this infomation to get the same dataset in Roboflow univers again. Especially: how to configure the earch filters

Example:

from roboflow import Roboflow

rf = Roboflow(api_key=“********************”)

project = rf.workspace(“mark-smith-eiqll”).project(“test-ho9a7”)

version = project.version(1)

dataset = version.download(“yolov5”)

You can use the ‘like:’ function (see image) to locate similar datasets but we do not save the search filters used when you located the dataset

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.