Skip to content

Commit

Permalink
Merge branch 'gh-pages-source' of github.com:fudan-generative-vision/…
Browse files Browse the repository at this point in the history
…champ into gh-pages-source
  • Loading branch information
AricGamma committed Mar 25, 2024
2 parents d385eee + e38b4cb commit f24e6cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 37 deletions.
6 changes: 3 additions & 3 deletions src/config.json
Expand Up @@ -38,9 +38,9 @@
}
],
"res": {
"pdf": "",
"arxiv": "",
"pdf": "https://arxiv.org/pdf/2403.14781",
"arxiv": "https://arxiv.org/abs/2403.14781",
"github": "https://github.com/fudan-generative-vision/champ",
"huggingface": ""
}
}
}
35 changes: 1 addition & 34 deletions src/views/HomeView.vue
Expand Up @@ -20,39 +20,6 @@ const bibTex = ref(`@inproceedings{2024champ,
year = {2024}
}`);
// import { initTWE, Carousel } from 'tw-elements';
// onMounted(() => {
// initTWE({ Carousel }, { allowReinits: true });
// });
// const animateHumanVideos = ref<HTMLVideoElement[]>([]);
// const animateHumanCarousel = ref<HTMLElement>();
// watch(animateHumanCarousel, (v) => {
// if (v) {
// v.addEventListener('slide.twe.carousel', (evt: any) => {
// v.addEventListener('slide.twe.carousel', (v: any) => {
// const from = v.from;
// const to = v.to;
// animateHumanVideos.value[from]?.pause();
// animateHumanVideos.value[to]?.play();
// })
// });
// }
// });
// const comparisionsCarousel = ref<HTMLElement>();
// const comparisionVideos = ref<HTMLVideoElement[]>([]);
// watch(comparisionsCarousel, (newV) => {
// if (newV) {
// newV.addEventListener('slide.twe.carousel', (v: any) => {
// const from = v.from;
// const to = v.to;
// comparisionVideos.value[from]?.pause();
// comparisionVideos.value[to]?.play();
// })
// }
// }, { once: true });
</script>

<template>
Expand Down Expand Up @@ -80,7 +47,7 @@ const bibTex = ref(`@inproceedings{2024champ,

<a class="button" :href="res.github" target="_blank">
<i class="iconfont icon-lm-github"></i>
<span>Code (comming soon)</span>
<span>Code</span>
</a>

<!-- <a class="button" :href="res.huggingface" target="_blank">
Expand Down

0 comments on commit f24e6cb

Please sign in to comment.