Skip to content

hyeonjini/utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

utils

Inference Checker

Boostcamp P-Stage Level-2 Object Detection 대회에서 모델 결과를 좀 더 쉽게 확인하고자 만든 프로그램입니다.

install

Window

pip install PyQt5
python inference_checker/main.py
python trainset_checker/main.py

Mac

reference here
https://stackoverflow.com/questions/65901162/how-can-i-run-pyqt5-on-my-mac-with-m1chip

Archive

inference_checker/
├── dataset/
| ├── test/
| ├── train/
| └── test.json
| └── train.json
|
├── inference_checker/
|  └── main.py
|
├── trainset_checker/
|  └── main.py
|
└── submission.csv

스크린샷 2021-09-29 오전 2 12 57

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages