Jason Hilton

Results 6 issues of Jason Hilton

## 🐛 Bug Setting the transform of the data module, should change the transform of the underlying dataset. ```py import pl_bolts from pl_bolts.datamodules import MNISTDataModule from torchvision import transforms as...

help wanted
bug

I am running audit wheel from a manylinux2014 docker image. I currently get a segfault when I try to import the lib from the installed wheel. wheel was generated with...

This is the error I got with master. ``` Building wheels for collected packages: pyyaml, llvmlite, billiard Building wheel for pyyaml (setup.py): started Building wheel for pyyaml (setup.py): finished with...

When there are a lot of labels in your video sequence, drawing boxes, moving boxes, and playing the video slows down. every time you do one of these operations eva...

the set bounds function is actually kinda cpu intensive. I noticed that when there are thousands of bounding boxes in your video sequence, it can add seconds to moving bounding...