feat: add badge

This commit is contained in:
camera-2018
2023-04-20 12:57:36 +08:00
parent bfdc3f1e49
commit 8b247e3653
2 changed files with 4 additions and 3 deletions

View File

@@ -14,12 +14,13 @@ export default {
return h(DefaultTheme.Layout, null, {
})
},
enhanceApp({ app, router, siteData }) {
enhanceApp(ctx) {
DefaultTheme.enhanceApp(ctx)
if (typeof window === 'undefined')
return
watch(
() => router.route.data.relativePath,
() => ctx.router.route.data.relativePath,
() => updateHomePageStyle(location.pathname === '/' || location.pathname === '/contributors.html'),
{ immediate: true },
)

View File

@@ -1,4 +1,4 @@
# 自制数据集的工具 COLMAP
# 自制数据集的工具 COLMAP <Badge type="danger">由于作者换方向了所以如下关于NERF的内容待完善</Badge>
如何使用和怎么下载就不讲了,直接搜就有,它可以把多个拍摄同一物体的图片转换为它们对应视角的相机矩阵和拍摄角度,可以实现自制数据集做 nerf。它的流程SFM 算法)可以概括如下: