Awesome-ComputerVision
Awesome-ComputerVision
파일 탐색기
최종 버전 다운로드 (.zip)- Asoftmax_linear.py
- focal_loss.py
- LoadModel.py
- vgg_macnn.py
- pmg.py
- resnet.py
- AlexNet.py
- CBAM.py
- denseNet.py
- efficientNet_baseline.ipynb
- GoogLeNet.py
- lenet5
- mobileNet.py
- mobilenetV2.py
- ResNet.py
- se_block.py
- SqueezeNet.py
- swintransformer.py
- vggnet.py
- ViT.py
- xceptionnet.py
- 000012.jpg
- detector-res.png
- figure-1.png
- no-nms.png
- non-svm-thresh-and-nms.png
- index.md
- 分类器训练.md
- 工程解析.md
- 微调模型.md
- 数据集创建.md
- 检测器实现.md
- 算法解析.md
- 边界框回归器训练.md
- 000007.jpg
- 000007.xml
- 000012.jpg
- 000012.xml
- car-detector.gif
- __init__.py
- create_bbox_regression_data.py
- create_classifier_data.py
- create_finetune_data.py
- custom_batch_sampler.py
- custom_bbox_regression_dataset.py
- custom_classifier_dataset.py
- custom_finetune_dataset.py
- custom_hard_negative_mining_dataset.py
- pascal_voc.py
- pascal_voc_car.py
- __init__.py
- util.py
- __init__.py
- bbox_regression.py
- car_detector.py
- finetune.py
- linear_svm.py
- requirements.txt
- selectivesearch.py
- file_introduce.txt
- LICENSE
- mkdocs.yml
- README.md
- requirements.txt
- MultiResUNet.py
- SegNet.py
- U_NET.py
- conv_trans_utils.py
- unet_utils.py
- UTNet.py
- CONTRIBUTING.md
- license
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/WongiPark0628/Awesome-ComputerVision
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd Awesome-ComputerVision
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
⚠️ 이 프로젝트는 규모가 큰 저장소라, 이 방법이 실제 핵심 제품이 아니라 내부 하위 패키지를 가리키는 것일 수 있습니다. README 전체를 함께 확인해보세요.
pip install -r Vision/Object Detection/RCNN/py/requirements.txt
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
jupyter notebook
브라우저에서 노트북(.ipynb) 파일들을 열람하고 실행할 수 있는 Jupyter 화면을 켭니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
// repository documentation
Was this content helpful?
(0 ratings)
