JingweiJ
JingweiJ
If you use ssh remotely, make sure that you use 'ssh -X' or 'ssh -Y'.
Hi @coldmanck 1. Yes for the current version with person detection only (not really annotation). We're annotating person boxes for multiple persons. 2. Yes. We've asked the annotators to only...
Hi @coldmanck, yes we'll release them soon as well
Hi, we started with the action interval annotations from Charades dataset. Note that each action is associated with an object class (e.g. "watching tv" is associated with "tv"). Within each...
Hi @SM1991CODES , The V2 dataset primarily features a different data format optimized for modular reading. Once loaded, you can process the data similarly to how you would with the...
Hi @SM1991CODES , have you tried to filter the DFs to keep only rows of the frames with semantic labels?
Hi @SM1991CODES , For each run segment / context, you may execute `dask.dataframe.DataFrame.compute` to actually read the data of your dataframe first (or a sub-dataframe by key matching if you...