You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the full version of the nuscense dataset, both test and train have their own sweeps and samples, and I can't put them together at all. My understanding is that the json files corresponding to the v1.0-train and v1.0-test folders are both used in conjunction with their respective sweep and sample services. In the screenshot you gave, how does the data preparation style fit them together?
I would have no problem if I dealt with them separately, that is
我如果把他们分开处理是没有问题的,也就是
test:
train:
If I put the v1.0-test folder under the ./data_full/nuscenes directory together and put the v1.0-test folder, it won't find the corresponding sample and sweep when it create_data
如果我把分开处理后的文件合在一起,把v1.0-test文件夹放在 ./data_full/nuscenes路径下面,create_data的时候它就会找不到对应的sample和sweep
raise FileNotFoundError(msg_tmpl.format(filename))
FileNotFoundError: file "./data_full/nuscenes/samples/LIDAR_TOP/n008-2018-08-01-16-03-27-0400__LIDAR_TOP__1533153857947444.pcd.bin" does not exist
Additional information
//、、、、、、、、、、、、、、、、、
The text was updated successfully, but these errors were encountered:
Prerequisite
Task
I'm using the official example scripts/configs for the officially supported tasks/models/datasets.
Branch
main branch https://github.com/open-mmlab/mmdetection3d
Environment
In the full version of the nuscense dataset, both test and train have their own sweeps and samples, and I can't put them together at all. My understanding is that the json files corresponding to the v1.0-train and v1.0-test folders are both used in conjunction with their respective sweep and sample services. In the screenshot you gave, how does the data preparation style fit them together?
nuscense数据集完整版中,test和train中都有各自的sweep和sample,我根本没有办法把他们放在一起的。我的理解是,文件夹v1.0-trainval和 v1.0-test对应的json文件都是和各自的sweep和sample服务的。你们给的截图里,数据准备的样式是如何把他们合在一起的?
It's confusing
这样的做法让人很迷惑
I would have no problem if I dealt with them separately, that is
我如果把他们分开处理是没有问题的,也就是
test:
train:
If I put the v1.0-test folder under the ./data_full/nuscenes directory together and put the v1.0-test folder, it won't find the corresponding sample and sweep when it create_data
如果我把分开处理后的文件合在一起,把v1.0-test文件夹放在 ./data_full/nuscenes路径下面,create_data的时候它就会找不到对应的sample和sweep
FileNotFoundError: file "./data_full/nuscenes/samples/LIDAR_TOP/n008-2018-08-01-16-03-27-0400__LIDAR_TOP__1533153857947444.pcd.bin" does not exist
Reproduces the problem - code sample
//、、、、、、、、、、、、、、、、、、、、、、、、
Reproduces the problem - command or script
python tools/create_data.py nuscenes --root-path ./data_full/nuscenes --out-dir ./data_full/nuscenes --extra-tag nuscenes
Reproduces the problem - error message
raise FileNotFoundError(msg_tmpl.format(filename))
FileNotFoundError: file "./data_full/nuscenes/samples/LIDAR_TOP/n008-2018-08-01-16-03-27-0400__LIDAR_TOP__1533153857947444.pcd.bin" does not exist
Additional information
//、、、、、、、、、、、、、、、、、
The text was updated successfully, but these errors were encountered: