assert table_name in self.table_names, “Table {} not found“.format(table_name)

nuscenes数据集:

assert table_name in self.table_names, "Table {} not found".format(table_name)

AssertionError: Table lidarseg not found

1、在https://www.nuscenes.org/nuscenes#download下载nuScenes-lidarseg。

2、将外层v1.0-trainval下的category.json等2个文件放入与maps同级的v1.0-trainval下,若提示已存在,替换掉原文件(注意先保存旧文件),不替换会提示"AssertionError: Please use thecategory.json that comes with nuScenes-lidarseg,而不是旧的 Category.json。"

3、将lidarseg文件夹放入与maps、sweeps、samples同级文件下,之后的文件路径为:v1.0-trainval/xxxx.bin。注意这里不要两层lidarseg,一层即可。

图2只需要v1.0-trainval这个文件夹(注意里面是xxxx.bin文件),其余忽略。

相关推荐
惊起白鸽4501 小时前
MySQL全量,增量备份与恢复
数据库·mysql
暮雨疏桐2 小时前
MySQL SQL Mode及其说明
数据库·sql·mysql·sql mode
Tangcan-2 小时前
【MySQL】数据库基础
数据库·mysql
蔡蓝3 小时前
Mysql的索引,慢查询和数据库表的设计以及乐观锁和悲观锁
数据库·mysql
jstart千语3 小时前
【Redis】分布式锁的实现
数据库·redis·分布式
一把年纪学编程4 小时前
【牛马技巧】word统计每一段的字数接近“字数统计”
前端·数据库·word
极小狐4 小时前
极狐GitLab 通用软件包存储库功能介绍
java·数据库·c#·gitlab·maven
钢铁男儿4 小时前
C# 方法(可选参数)
数据库·mysql·c#
陆少枫4 小时前
MySQL基础关键_013_常用 DBA 命令
数据库·mysql
赵渝强老师5 小时前
【赵渝强老师】在PostgreSQL中使用file_fdw访问外部文件系统
数据库·postgresql