feat: add badge
This commit is contained in:
@@ -14,12 +14,13 @@ export default {
|
|||||||
return h(DefaultTheme.Layout, null, {
|
return h(DefaultTheme.Layout, null, {
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
enhanceApp({ app, router, siteData }) {
|
enhanceApp(ctx) {
|
||||||
|
DefaultTheme.enhanceApp(ctx)
|
||||||
if (typeof window === 'undefined')
|
if (typeof window === 'undefined')
|
||||||
return
|
return
|
||||||
|
|
||||||
watch(
|
watch(
|
||||||
() => router.route.data.relativePath,
|
() => ctx.router.route.data.relativePath,
|
||||||
() => updateHomePageStyle(location.pathname === '/' || location.pathname === '/contributors.html'),
|
() => updateHomePageStyle(location.pathname === '/' || location.pathname === '/contributors.html'),
|
||||||
{ immediate: true },
|
{ immediate: true },
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# 自制数据集的工具 COLMAP
|
# 自制数据集的工具 COLMAP <Badge type="danger">由于作者换方向了,所以如下关于NERF的内容待完善</Badge>
|
||||||
|
|
||||||
如何使用和怎么下载就不讲了,直接搜就有,它可以把多个拍摄同一物体的图片转换为它们对应视角的相机矩阵和拍摄角度,可以实现自制数据集做 nerf。它的流程(SFM 算法)可以概括如下:
|
如何使用和怎么下载就不讲了,直接搜就有,它可以把多个拍摄同一物体的图片转换为它们对应视角的相机矩阵和拍摄角度,可以实现自制数据集做 nerf。它的流程(SFM 算法)可以概括如下:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user