摘要: 《视觉SLAM十四讲》 simultaneous localization and mapping 视觉SLAM的基础知识-高翔_bilibili Def.of SLAM Sensors:The methods and difficulty of SLAM depend heavily on the 阅读全文
posted @ 2024-05-06 19:13 asandstar 阅读(234) 评论(0) 推荐(0)
摘要: VALSE Webinar Slides games104 Job description 图形图像算法实习生-剪映-上海 岗位职责 ByteIntern:面向2025届毕业生(2024年9月-2025年8月期间毕业),为符合岗位要求的同学提供转正机会。 团队介绍:字节跳动剪映研发团队,主要支持剪映 阅读全文
posted @ 2024-04-28 19:58 asandstar 阅读(1215) 评论(0) 推荐(0)
摘要: Mark一些大佬 收集一些供仰望的大佬主页及采访,摘录一些采访句子 Jiayuan Mao 啊啊啊啊茅姐姐的主页也太厉害了(她居然还愿意每周和学生聊职业规划!!!她真的,我哭死) To junior PhD/master/undergraduate students: if you would li 阅读全文
posted @ 2023-08-17 19:47 asandstar 阅读(2446) 评论(0) 推荐(0)
摘要: 太长不看版 【上交复旦x72h极限游戏开发挑战赛作品《Colorful》宣传短片】 【腾讯×上交复旦 72h gamejam极限游戏开发挑战赛作品《Colorful》全流程演示】 试玩demo下载链接: https://pan.baidu.com/s/1Xdksy97qF8Qac31H6nUGww 阅读全文
posted @ 2023-08-06 15:30 asandstar 阅读(660) 评论(0) 推荐(1)
摘要: https://lilianweng.github.io/posts/2017-10-15-word-embedding/ 主要是系统解释什么是 word embedding、为什么需要它、以及主流方法是如何训练出来的。 从传统文本表示 → word2vec → embedding原理 的入门综述 阅读全文
posted @ 2026-03-04 12:08 asandstar 阅读(10) 评论(0) 推荐(0)
摘要: https://www.youtube.com/playlist?list=PL05umP7R6ij35L2MHGzis8AEHz7mg381_ Lecture: Computer Vision (Prof. Andreas Geiger, University of Tübingen) Cours 阅读全文
posted @ 2026-02-26 22:17 asandstar 阅读(4) 评论(0) 推荐(0)
摘要: https://www.bilibili.com/video/BV1agH8zCE1V/?spm_id_from=333.1387.upload.video_card.click&vd_source=0645a76390602d5640c372c2f44d99e1 Lecturer: https:/ 阅读全文
posted @ 2026-02-26 14:46 asandstar 阅读(17) 评论(0) 推荐(0)
摘要: https://www.youtube.com/watch?v=2fq9wYslV0A&list=PLoROMvodv4rOmsNzYBMe0gJY2XS8AQg16&index=1 Lecture 1: Introduction 阅读全文
posted @ 2026-02-26 10:16 asandstar 阅读(7) 评论(0) 推荐(0)
摘要: 来源 彭思达老师的科研经验 原文pdf 通过网盘分享的文件:调试九法.pdf 链接: https://pan.baidu.com/s/1oZv0YJg1ElGtqkC3daygrg?pwd=tsjf 提取码: tsjf --来自百度网盘超级会员v5的分享 用9条原则,把调试艺术转化为科学 【我这里是 阅读全文
posted @ 2026-02-11 09:00 asandstar 阅读(10) 评论(0) 推荐(0)
摘要: 从一个例子开始 nvidia-smi 得到返回 Wed Dec 24 11:30:38 2025 + + | NVIDIA-SMI 550.144.03 Driver Version: 550.144.03 CUDA Version: 12.4 | | + + + | GPU Name Persis 阅读全文
posted @ 2025-12-24 11:52 asandstar 阅读(72) 评论(0) 推荐(0)
摘要: 在 Linux 上从零搭建 ManiSkill2(mani-skill2==0.5.3)并成功回放官方 PickSingleYCB 演示轨迹 最容易卡住的坑(Vulkan 渲染设备、环境 wrapper 兼容)一次性解决 主要的问题在于服务器显示gui需要通过x11转发,然后这里vulkan的配置有 阅读全文
posted @ 2025-12-15 21:16 asandstar 阅读(51) 评论(0) 推荐(0)
摘要: https://www.youtube.com/watch?v=vfL6uJYFrp4 3D 深度学习教程详细笔记 (Deep Learning for 3D Data) 第一部分:引言与数据基础 (Introduction & Fundamentals) 3D 学习的必要性 应用场景: 我们生活在 阅读全文
posted @ 2025-12-15 15:44 asandstar 阅读(92) 评论(0) 推荐(0)
摘要: 必须是有序序列(Sequence is Mandatory) 不支持无序数据集(如 Zip-NeRF 风格或许多 DeepBlending 场景)。 要求图像按顺序捕获,且连续帧之间必须有足够的重叠(理想情况下超过 2/3 的内容)。 严格的运动要求(Translation is Key) 连续帧之 阅读全文
posted @ 2025-10-13 16:53 asandstar 阅读(63) 评论(0) 推荐(0)
摘要: 系统配置 GPU:NVIDIA GPU,CUDA 11.8(驱动对应 515+ 版本) 操作系统:Ubuntu 20.04 LTS 内存:≥ 256 GB 编译器:gcc 9.4.0,g++ 9.4.0 CMake:3.30.x(自编译安装到 /usr/local) Python:系统 Python 阅读全文
posted @ 2025-09-26 10:28 asandstar 阅读(376) 评论(0) 推荐(0)