Skip to content
This repository was archived by the owner on Jun 6, 2026. It is now read-only.

Tellcts/AR-test4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps

  1. 安装UV工具
  • Linux Or MacOS:
    curl -LsSf https://astral.sh/uv/install.sh | sh
  • Windows:
    powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
  1. 克隆仓库

    git clone --depth=1 https://github.com/Tellcts/AR-test4.git
  2. 运行

    cd AR-test4 && uv sync
    # 使用 OpenCV 进行实验
    uv run opencv/mnist.py
    uv run opencv/cifar10.py
    
    # 使用 CNN 进行实验
    uv run cnn/mnist.py
    uv run cnn/cifar10.py
  3. Tips

    • 首次运行时会进行数据集的下载,国内可以在Kaggle上面进行下载;
    • 大家也可自定提供数据集,只需将数据集放在data目录下;
    • eg.AR-test4/data/mnist/raw/,cifaf-10-python.tar.gz解压至`AR-test4/data/。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages