fanrito.github.io Open in urlscan Pro
2606:50c0:8000::153  Public Scan

URL: https://fanrito.github.io/
Submission: On November 08 via api from US — Scanned from US

Form analysis 0 forms found in the DOM

Text Content

LOADING

加载过慢请开启缓存 浏览器默认开启

FANRITO'S BLOG Home About Archives Categories Tags
 FANRITO'S BLOG
Home
About
Archives
Categories
Tags



FANRITO'S BLOG


CODE IS LIFE



2024/11/8


EMOCA

环境配置

 1.  安装Anaconda
 2.  安装PyTorch
 3.  安装TensorBoard
 4.  安装OpenCV
 5.  安装其他依赖
 6.  安装MMCV
 7.  安装MMDetection
 8.  安装MMDetection3D
 9.  安装MMClassification
 10. 安装MMOCR


                
import setuptools
 
# requirements = open("requirements36.txt").read().splitlines()
requirements = open("requirements38.txt").read().splitlines()
# dev_requirements = open("requirements_dev.txt").read().splitlines()
 
with open("README.md", "r") as fh:
    long_description = fh.read()
 
setuptools.setup(
    name="GDL",
    description="Official release of code accompanying EMOCA, CVPR2022",
    long_description=long_description,
    long_description_content_type="text/markdown",
    author="Radek Danecek",
    author_email="danekradek@gmail.com",
    version="0.0.3",
    packages=["gdl", "gdl_apps"],
    package_dir={"": "."},
    # install_requires=requirements,
    # extras_require={"dev": dev_requirements},
    # python_requires=">=3.6",
    python_requires=">=3.8",
    
)
                

python
                

                    
                    
                
                


阅读全文


HELLO WORLD11111

2024/11/7

Welcome to Hexo! This is your very first post. Check documentation for more
info. If you get any problems when using Hexo, you can find the answer in
troubleshooting or you can ask me on GitHub.


QUICK START


CREATE A NEW POST


                
$ hexo new "My New Post"
                

bash
                

                    
                    
                
                

More info: Writing


RUN SERVER


                
$ hexo server
                

bash
                

                    
                    
                
                

More info: Server


GENERATE STATIC FILES


                
$ hexo generate
                

bash
                

                    
                    
                
                

More info: Generating


DEPLOY TO REMOTE SITES


                
$ hexo deploy
                

bash
                

                    
                    
                
                

More info: Deployment


阅读全文
1
Fanrito

普通CS研究牲……

Github
© 2022 - 2024 Fanrito's Blog @Fanrito
Based on the Hexo Engine & ParticleX Theme