-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vbb2voc error #1
Comments
@w39865008 前面150-153行的输入输出路径确认下,我这边的话seq路径下包括像这样: |
@CasiaFan 你好,我seq路径下和你一样后出现以下错误,我annotations文件下也包含set00 set01 set02 set03 set04 set05 set06 set07 set08 set09 set10文件夹。 我前面路径为: |
@w39865008 因为脚本是先从
最外层set文件夹中包含的是seq文件,annotations下面的set包含的是vbb文件,所以请再确认下你的输入路径 |
@CasiaFan 你好,我发现了问题,我的cv2.VideoCapture()不能读取seq文件,我opencv版本是3.1.0,系统是Ubuntu14.04,和这些人一样 mitmul/caltech-pedestrian-dataset-converter#1 请问我应该怎么做呢。 In [17]: seq_file='/home/datasets/caltech/set00/V000.seq' In [18]: cap = cv2.VideoCapture(seq_file) In [19]: print cap.isOpened() |
@w39865008 你的opencv是直接pip install的么,直接安装的opencv好像会有这个问题,可以自己下一个opencv编译安装,我的版本是3.2.0,安装方式是这个 |
In my case, it is found that the xml file only contains one person even if there are several persons in the image. similar errors occur in your implementation? |
@gallonden Sorry, it's a bug and I have fixed it now. BTW, I didn't use this dataset in my project in the end, so maybe some other issues may still exist. Be careful when using this script and any questions are greatly welcome! |
@CasiaFan 你好,现在是图像中有一个行人,xml中确有两个目标,比如set06_V010_1026。。。这该怎么改啊! |
@w39865008 你可以用vbb2voc的visualize_bbox打下框看看,这个图我看了下应该是有两个人没错的 |
@CasiaFan 你好,xml中数据和由vbb直接得到的txt格式的annotation有些不一样,如set00_V013_1511,txt中共有7个目标: 51.3706454037973 164.7340472496361 306.54329768270946 162.98709447415334 121.375573825557 151.83499779703345 请问是我提取的数据有问题吗? |
@w39865008 我也是opencv无法读取seq文件,参考别的http://www.cnblogs.com/zcftech/p/3641429.html |
had the same issue where opencv-python cant read the .seq files properly, causing empty folders. i checked the .seq folders for the original dataset and found out there were extra layers of folders, and after removing those i successfully ran the script. if you're having similar problems check your original caltech folders' formatting. |
你好,请问vbb2voc中第154行 parse_anno_file取消注释运行,为什么输出的是空文件夹呢。
The text was updated successfully, but these errors were encountered: