인공지능/인공위성 객체검출 대회
object_detection_api (with rbox-cnn) 환경설정
@@@@@@ 대회용 참고자료 @@@@@@ GCP (구글클라우드 ) https://jeinalog.tistory.com/8 tfrecords 생성 =2646 2차학습이미지 갯수 . python create_dataset.py \ --src_dir=train_image2_compression \ --dst_path=images/data/train2_p100.tfrecords \ --object_fraction_thresh=0.7 \ --is_include_only_pos //src_dir 폴더의 루트를 정해좀 //dst_path 만들어지는경로 내꺼 인퍼런스 돌릴떄 설정파일 / 모델/이미지경로/결과파일 python inference.py \ --pipeline_config_path=configs/rbox_cn..
파이썬, 아나콘다 , 텐서플로우
텐서플로우 버전확인 $ python > import tensorflow as tf > tf.__version__ tensorflw / meta graph , chekpoint 란? https://m.blog.naver.com/PostView.nhn?blogId=kkes0220&logNo=221642888780&proxyReferer=https%3A%2F%2Fwww.google.com%2F tensorflw model을 표현하기위한 2가지 컴포넌트가 필요하다 . meta garph, checkpoint 오리지날 python train.py --pipeline_config_path='Path to a config file of the model' --train_dir='Directory to save the..