Scene-Graph-Benchmark.pytorch icon indicating copy to clipboard operation
Scene-Graph-Benchmark.pytorch copied to clipboard

assert len(fns) == 108073 AssertionError

Open StevejobChen opened this issue 3 years ago • 4 comments

数据的路径问题和数据合并的问题

StevejobChen avatar Mar 24 '22 06:03 StevejobChen

答案一:数据所存放的路径不对

答案二:两个数据文件合并的方式不对导致合并后的数据大小与json文件所要的数据量不一致,要使用指令\cp -rf --link dir2/* dir1/(Linux版)来合并文件

StevejobChen avatar Mar 24 '22 06:03 StevejobChen

Thank you! I had this same problem and cp -rf --link VG_100K_2/* VG_100K/ fixed it!

zanedurante avatar Apr 17 '22 21:04 zanedurante

答案一:数据所存放的路径不对

答案二:两个数据文件合并的方式不对导致合并后的数据大小与json文件所要的数据量不一致,要使用指令\cp -rf --link dir2/* dir1/(Linux版)来合并文件

I modify the path and use cp -rf --link VG_100K_2/* VG_100K/ to obtain a file with 108248 figures. It still show assert len(fns) == 108073 AssertionError. Have you encountered this problem before?

wywwwww avatar Apr 09 '23 13:04 wywwwww

答案一:数据所存放的路径不对 答案二:两个数据文件合并的方式不对导致合并后的数据大小与json文件所要的数据量不一致,要使用指令\cp -rf --link dir2/* dir1/(Linux版)来合并文件

I modify the path and use cp -rf --link VG_100K_2/* VG_100K/ to obtain a file with 108248 figures. It still show assert len(fns) == 108073 AssertionError. Have you encountered this problem before?

Have you solved this problem now?

386469007 avatar Dec 02 '23 08:12 386469007