cholect50 icon indicating copy to clipboard operation
cholect50 copied to clipboard

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 activi...

Results 4 cholect50 issues
Sort by recently updated
recently updated
newest added

Thank you for your great data! Is there a timeline for the release 3.0 which contains the bounding box annotation?

Thanks for the challenge and the benchmark. In Section 5.2 (evaluation protocol) of the paper, you say "For method ranking, the challenge evaluation is performed on 94 valid triplet classes...

the get_binary_labels function returns 5 values (labels) including the phase label. However the section "Code: reading the dataset during experiment:" indicates that we should expect 4 labels from the dataloader....

This fixes the bug where `self.target_transform` is called inside a subcall on initialization before it is actually assigned.