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

相关推荐
Flying pigs~~20 小时前
RAG智慧问答项目
数据库·人工智能·缓存·微调·知识库·rag
misL NITL20 小时前
mysql之如何获知版本
数据库·mysql
许彰午20 小时前
CacheSQL(二):主从复制——OpLog 环形缓冲区与故障自动恢复
java·数据库·缓存
2401_8323655221 小时前
JavaScript中rest参数(...args)取代arguments的优势
jvm·数据库·python
2301_779622411 天前
Go语言怎么用信号量控制并发_Go语言semaphore信号量教程【入门】
jvm·数据库·python
2301_766283441 天前
c++如何将控制台输出保存到文件_cout重定向到txt【详解】
jvm·数据库·python
北极的冰箱1 天前
MySQL Ver 8.0.41 for macos14.7密码遗忘
数据库·mysql
XDH_CS1 天前
MySQL 8.0 安装与 MySQL Workbench 使用全流程(超详细教程)
开发语言·数据库·mysql
treacle田1 天前
达梦数据库-统计信息收集-记录
数据库·达梦数据库统计信息收集
审判长烧鸡1 天前
PostgreSQL之索引/函数/触发器
数据库·postgresql·触发器·函数·索引