A repository for surgical action triplet dataset. Data are videos of laparoscopic cholecystectomy that have been annotated with <instrument, verb, target> labels for every surgical fine-grained activity.
Hello, there is the definition of "self.triplet_labels" in dataloader.py of RDV's code. But there is no definition in dataloader_pth.py of this repository. I have tried to define it, could you please help me to see if it is correct?
After I defined it, I trained RDV with dataloader_pth.py, but there was a strange phenomenon: when I set the batchsize=8, the training took only a dozen seconds per epoch on a Nvidia Titan Xp. Do you know what caused this?
https://github.com/CAMMA-public/cholect50/blob/8c6ef05833ab01d6d8604a4f925f496ed1eae672/dataloader_pth.py#L192
Hello, there is the definition of "self.triplet_labels" in dataloader.py of RDV's code. But there is no definition in dataloader_pth.py of this repository. I have tried to define it, could you please help me to see if it is correct?
After I defined it, I trained RDV with dataloader_pth.py, but there was a strange phenomenon: when I set the batchsize=8, the training took only a dozen seconds per epoch on a Nvidia Titan Xp. Do you know what caused this?