Closed JudyYe closed 2 years ago
The fho.json
is the master annotation file, which we plan to release soon.
Other problems mentioned are solved offline, and there is no issue with the annotation files.
Thank you for your time Qichen! It is super helpful!
The frame_number is the global frame number. The inconsistency is due to my stupid bug :/
Hi,
Thank you for your nice work!
I am looking into the bbox annotation and hopes to see some output in the visualization code. However, their repo uses some annotations files "fho.json" that is not in the final release
annotations/fho_xxx.json
? When I borrow their code and visualize, it seems that the frame_number are not aligned.....For now, my way to calculate
frame_number
for a certain clip infho_scod_val.json
is that 1) treat the ['clips'][0]['pre_frame']['frame_number'] as clip_number (as they are the same) 2) offset it by theclip_start_frame
infho_oscc-pnr_xxx.json
indexed by clip_uid But apparently this is not correct.my visualization
visualization code
So I kindly request your help on
fho_xxxx.json
and how to convert them to global frame_number?Thank you!