CAMMA-public / cholect50

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.
Other
42 stars 4 forks source link

Fix a couple of bugs #6

Open protortyp opened 1 year ago

protortyp commented 1 year ago

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