Video data processing
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
Dealing raw video data is a cumbersome stuff since different datasets have different formats. I have send an email to you.
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?
You may try "workers=2" to reduce the memory usage.
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]
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.