ROMP
ROMP copied to clipboard
Bug in h36m_extract_img.py ?
https://github.com/Arthur151/ROMP/blob/5fb833d15d11f94b2f62d9c65619eedc85c40d3f/romp/lib/dataset/preprocess/h36m_extract_frames.py#L19
https://github.com/Arthur151/ROMP/blob/5fb833d15d11f94b2f62d9c65619eedc85c40d3f/romp/lib/dataset/preprocess/h36m_extract_frames.py#L33
- If the original video filename contains
' ', the cap.read() will return false. - In this case, the generated image name is weird.
Thanks for your report. I brought this code from other developers. Sorry I didn't use/test it myself. Could you provide a correct version?
I don’t have the correct version either. could you give a link from which you borrow the code?
The total number of generated images are not equal 417772.
是我的另一个项目的issue里 https://github.com/JDAI-CV/DSD-SATN/issues/13
@Arthur151 请问一下谷歌网盘的h36m数据是通过这个处理代码得到的吗 我尝试这个代码得到的图片数量不对
不是,谷歌网盘的h36m数据是我三年前处理的,当时的数据处理代码没留下来,有些细节记不清了。主要是搞一次也挺麻烦的,一直没腾出手来弄。
作者小年快乐!关于您所提供的谷歌网盘数据集,h36m中images里的文件怎么处理?我目前所有的2D数据集都可以训练,但3D数据集中后缀为Z01、Z02等这样的文件该怎么处理?另外,在MuCo中同样有很多以z01等为后缀的文件,但看您的dataset排布好像完全用不到,而是使用的augmented_set,这个文件中就全是图片了。同样的,mpiinf里的images也是z01等为后缀的文件,相信如果h36m解决了那么这类问题就都解决了,谢谢您!
小年快乐!谷歌网盘,h36m文件夹内有一个sh脚本,可以将z01等分割的文件压缩包合并成一个完整的zip文件,这个就可以直接解压缩了,其他数据集同理 Get Outlook for Android