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文件),其余忽略。

相关推荐
heart000_138 分钟前
MySQL事务与锁机制详解:确保数据一致性的关键【MySQL系列】
数据库·mysql
一眼青苔43 分钟前
MySQL 如何判断某个表中是否存在某个字段
数据库·mysql
西柚小萌新1 小时前
【大模型:知识图谱】--3.py2neo连接图数据库neo4j
数据库·知识图谱·neo4j
wangfenglei1234561 小时前
mybatis打印完整的SQL,p6spy
数据库·sql·mybatis
__风__1 小时前
PostgreSQL ERROR: out of shared memory处理
数据库·postgresql
占星安啦2 小时前
一个html实现数据库自定义查询
java·前端·javascript·数据库·动态查询
天空之城夢主2 小时前
MySQL 全量、增量备份与恢复
数据库·mysql·oracle
Elastic 中国社区官方博客2 小时前
连接关键点:使用 ES|QL 联接实现更丰富的可观测性洞察
大数据·数据库·sql·elasticsearch·搜索引擎·全文检索
元闰子2 小时前
AI Agent需要什么样的数据库?
数据库·人工智能·后端
什么都想学的阿超2 小时前
【PostgreSQL 02】PostgreSQL数据类型革命:JSON、数组与地理信息让你的应用飞起来
数据库·postgresql·json