File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -94,11 +94,12 @@ Object Detection 모델을 학습시킬 때 마다 이미지와 .csv 파일을
94
94
object_detection/data 폴더에 통합된 train_labels.csv 을 넣어줍니다. 그 후 아래 명령어를 실행해서 TFRecord 파일을 생성합니다.
95
95
> python3 generate_tfrecord.py --csv_input=data/train_labels.csv --output_path=data/train.record
96
96
97
- 이 과정은 제공되는 [ 소스코드] ( ./docs/code/generate_tfrecord.py ) 를 object_detection 폴더에 넣은 후 사용하면 됩니다. 단, 사용자의 데이터에 맞게 아래 부분에 대해 수정이 필요합니다 .
98
-
97
+ 이 과정은 제공되는 [ 소스코드] ( ./docs/code/generate_tfrecord.py ) 를 object_detection 폴더에 넣은 후 사용하면 됩니다. 단, 아래와 같이 사용자 데이터에 적합하게 class와 path를 수정해야합니다 .
98
+ ---
99
99
![ TFRecord_class] ( ./docs/img/TFRecord_class.png )
100
- ![ TFRecord_path] ( ./docs/img/TFRecord_path.png )
101
100
101
+ ![ TFRecord_path] ( ./docs/img/TFRecord_path.png )
102
+ ---
102
103
data 폴더에 생성된 tfrecord 파일은 다음과 같습니다.
103
104
104
105
![ tfrecord] ( ./docs/img/tfrecord.png )
You can’t perform that action at this time.
0 commit comments