campus_vad_code icon indicating copy to clipboard operation
campus_vad_code copied to clipboard

Video data processing

Open Zxy92999 opened this issue 1 year ago • 3 comments

dear author,Let me ask you a few questions. how to deal raw video data,including video files, frame files, and track information. I know,tracking files can download from link you provided。 but i dont know how deal videos_dir ,leave only files with the same name as the track file? and i dont know how to get the frame files which code i can use?or i need deal by myself? If you can, can you give me your contact information? My email:[email protected] I appreciate your quick response.pls

Zxy92999 avatar May 09 '24 04:05 Zxy92999

Dealing raw video data is a cumbersome stuff since different datasets have different formats. I have send an email to you.

zugexiaodui avatar May 13 '24 09:05 zugexiaodui

I have already dealt with it, but I found that the memory usage during the training process is too high. Is there a way to solve it?

Zxy92999 avatar May 18 '24 04:05 Zxy92999

You may try "workers=2" to reduce the memory usage.

zugexiaodui avatar May 18 '24 06:05 zugexiaodui

dear author,I am studying your article, but I have encountered some problems in data processing. Could you share the code of data processing with me if it is convenient. my email: [email protected]

monstercatz avatar Jul 18 '24 02:07 monstercatz

dear author,I am studying your article, but I have encountered some problems in data processing. Could you share the code of data processing with me if it is convenient. my email: [email protected]

Hi! The codes of data processing have been included in main/dsets.py. Please check this file for more detailes.​

zugexiaodui avatar Jul 19 '24 01:07 zugexiaodui