I’m wondering if there there is a way to clone public object detection images as classification images? I just care about the images themselves and I am willing to label each class, but I don’t want the bounding boxes.
Hi @kenhuangsy,
It sounds like you just want the images, then label them yourself. You can definitely do that.
- Go to your dataset and create a version, probably with no preprocessing or augmentations. Export that via any format to your computer. I chose Multi-Label Classification.
- Create a new classification project, unzip the downloaded dataset and upload it.
Hope this helps!
Thank you @leo that helped me.
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.