차량에 부착된 센서 종류가 달라지면 학습을 다시 시켜야 하는 문제
도심 및 교외 환경에서 수집된 1,000개 Scene의 20초 길이의 주행 장면
으로 구성데이터 수집 및 라벨링
주요 특징
moving
/parked
, 보행자 standing
/moving
).클래스 분포 (대표 항목)
vehicle.car
), LiDAR 포인트의 48.27% 차지. adult
가 3D 박스 17.86%, LiDAR 포인트 2.73%. driveable_surface
가 LiDAR 포인트 28.64%로 가장 많음.주의 사항
하나의 scene은 약 20초 동안 기록된 주행 구간
으로, 약 40개의 sample(주요 프레임)
이 포함 (2hz 라는 뜻)nuScenes 데브킷
이나 홈페이지
에서 지도 정보를 시각화할 수 있습니다. # HD 맵 JSON 예시 (차선 데이터)
{
"token": "lane_123",
"type": "VEHICLE_LANE",
"polyline": [[x1, y1], [x2, y2], ..., [xn, yn]],
"left_neighbor": "lane_456",
"right_neighbor": "lane_789"
}
# HD 맵 JSON 예시 (보행자 구역)
{
"token": "ped_zone_001",
"type": "SIDEWALK",
"polygon": [[x1, y1], [x2, y2], ..., [xn, yn]]
}
# HD 맵 JSON 예시 (신호등 위치)
{
"token": "traffic_light_001",
"type": "TRAFFIC_LIGHT",
"position": [x, y, z]
}
# 어노테이션 예시 (신호등 상태)
{
"token": "sample_annotation_123",
"category_name": "traffic_light",
"attribute_tokens": ["attribute_red"] # 상태 정보
}
from nuscenes.nuscenes import NuScenes
nusc = NuScenes(version='v1.0-mini', dataroot='/path/to/data')
sample = nusc.sample[0]
nusc.render_sample_data(sample['data']['LIDAR_TOP'], show_traffic_lights=True)
모든 LIDAR 포인트(총 약 14억 포인트)에 대해 semantic, instance, track 라벨이 부여되어 있어, 세밀한 객체 형태를 파악할 수 있다.
총 32개의 클래스(23개 'thing'과 9개 'stuff')로 구성되며, 자세한 클래스 정의는 별도 문서를 참고한다.
이 어노테이션은 nuScenes 및 nuImages와 호환되어 다양한 센서 모달리티의 연구(예: LIDAR 포인트 클라우드 분할, 객체 추출, 센서 캘리브레이션 등)에 활용 가능하다.
기타:
https://kumu.io/bothbest
https://kumu.io/bothbest/why-do-people-consider-bamboo-flooring
https://www.aleviforum.com/bothbest
https://worldschoolface.com/index.php/profile-55061
https://amazemediacollege.com/forums/users/bothbest/
https://forum.kiasuparents.com/user/bothbest
https://zeroone.art/profile/bothbest
https://www.photocontest.gr/users/bamboo-flooring/
https://medibulletin.com/author/bothbest/
https://www.classiccitynews.com/profile/bothbest/profile
https://www.happycampersmontessori.com/profile/bothbest/profile
https://www.levelupbasketballtrainingllc.com/profile/bothbest/profile
https://www.housedumonde.com/profile/bothbest/profile
https://www.printables.com/@bothbest_3582539
https://www.do3d.com/profile/bothbest/profile
https://www.cambodgemag.com/en/profile/bothbest/profile
https://www.yapstate.gov.fm/profile/bothbest/profile
https://www.mimigstyle.com/profile/bothbest/profile
https://www.clevercomponents.com/portal/community/p9957/bamboo-flooring.aspx
https://www.salesfully.com/profile/bothbest/profile
https://www.blog.bhsusa.com/profile/chinahousehold65215/profile
https://www.informe21.com/profile/bothbest/profile
https://www.hentai-foundry.com/user/bothbest/blogs/20357/The-Unique-Journey-of-Bamboo-Flooring
https://infiniteabundance.mn.co/members/35641220
https://infiniteabundance.mn.co/posts/90004462
https://infiniteabundance.mn.co/posts/90004531
https://visiontrainstation.mn.co/members/35641262
https://visiontrainstation.mn.co/posts/90004581
https://visiontrainstation.mn.co/posts/mind-blowing-unheard-facts-about-bamboo-floors
https://womenindata.mn.co/members/35641326
https://pathwaycitychurch.mn.co/members/35641360
https://pathwaycitychurch.mn.co/posts/90004764
https://pathwaycitychurch.mn.co/posts/90004776
https://aisalon.mn.co/members/35641436
https://www.palistrong.org/members/35641496
https://authortunities-hub.mn.co/members/35641539
https://authortunities-hub.mn.co/posts/eco-friendly-flooring-why-bamboo-is-a-sustainable-choice
https://authortunities-hub.mn.co/posts/bamboo-flooring-thailand-supplier
안녕하세요. 덕분에 nuscenes에 대한 정보 많이 얻고갑니다.
저는 현재 3d-vision 분야 대학원 진학을 목표로 공부하는 학생입니다.
혹시 현재 대학원 진학을 하셨을까요?
포스팅된 글들이 제 관심분야랑 맞아서 질문드립니다!