Relative Content

Tag Archive for pytorchfiftyone

fiftyone dataset with pytorch dataloader

I want to do an initial training on the bounding boxes from a bigger, public dataset – fiftyone looks liek a decent starting point, but I’m having some issues with getting it to work with pytorch – I think it must be something minor that I’m missing here, I tried following the official github.
I start to suspect the examples in this github is outdated somehow, because even when I try to use the example class it fails. The issue is with the access methods, where the only quasi numerical option is dataset.first(), dataset.last()