5taku / custom_object_detection

custom object detection tutorial with tensorflow object detection api
23 stars 7 forks source link

Step의 순서가 혹시 바뀌진 않았습니까? #1

Open dongle94 opened 5 years ago

dongle94 commented 5 years ago

저는 마크다운을 보며 따라하려 했는데 제 나름대로의 '개' & '고양이' 디텍터를 만들고자 하였습니다. xml의 라벨을 cat과 dog으로 하였고 tfgenerator.py 파일은 ValueError: 'dog' is not in list 에러를 일으킵니다.

저는 Step3 보다 Step4를 먼저 수행하여 pbtxt파일을 저의 id 1,2 로 바꾸니까 그제서야 step3가 작동합니다. 이게 맞는지 확신이 들지 않아 이슈 남깁니다.

doseum commented 4 years ago

저도 같은 문제였는데 같은 방법으로 해결했어요. 혹시 step 5에서 train.py에서 trainer.py를 import하지못하는 에러는 없었나요?

dongle94 commented 4 years ago

@doseum main.py를 돌렸을 때 tensorflow_object_detection_helper_tool 안에 object_detection 폴더 안에 있는 train.py가 subprocess로 돌아가고 거기서 trainer.py가 참조되는걸로 알고 있는데 저는 딱히 에러를 일으키지 않았습니다.

doseum commented 4 years ago

답장 감사합니다 혹시 우분투 환경에서 해보신건가요?

2019년 11월 8일 (금) 오후 3:18, devDongle notifications@github.com님이 작성:

@doseum https://github.com/doseum main.py를 돌렸을 때 tensorflow_object_detection_helper_tool 안에 object_detection 폴더 안에 있는 train.py가 subprocess로 돌아가고 거기서 trainer.py가 참조되는걸로 알고 있는데 저는 딱히 에러를 일으키지 않았습니다.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/5taku/custom_object_detection/issues/1?email_source=notifications&email_token=ANVPE5RUEAVQHQTZFDBEH73QSUAFBA5CNFSM4JBHIS32YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDO3LAA#issuecomment-551400832, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANVPE5V6IC2UUXUWGXS73ATQSUAFBANCNFSM4JBHIS3Q .