'개소리 왈왈 > 정치관련 신세한탄' 카테고리의 다른 글
| 지옥에 온 것을 환영하오 낮선이여!! (0) | 2021.04.29 |
|---|---|
| 20대 개새끼 만들기 프로젝트? (0) | 2021.04.12 |
| 서울 시민은 아니지만.. (2) | 2021.04.07 |
| 15년 전 탓을 하네 (0) | 2021.03.09 |
| 의사 면허 취소 반대? (0) | 2021.02.20 |
| 지옥에 온 것을 환영하오 낮선이여!! (0) | 2021.04.29 |
|---|---|
| 20대 개새끼 만들기 프로젝트? (0) | 2021.04.12 |
| 서울 시민은 아니지만.. (2) | 2021.04.07 |
| 15년 전 탓을 하네 (0) | 2021.03.09 |
| 의사 면허 취소 반대? (0) | 2021.02.20 |
별게 다생겼네..
SD는 Studio Driver
GRD는 Game Ready Driver로
GRD는 기존의 일반 드라이버 SD는 스튜디오를 위한 안정적인 버전으로
안정화 버전과 성능버전 두개로 나눠가지는 느낌인데
이게 적용된게 요 근래라.. 구버전들에 대해서는 GRD로 검색을 해야 드라이버가 나온다는 건 좀 귀찮네..
[링크 : http://itrum.tistory.com/151]
| 오랫만에 공유기 펌웨어 업그레이드 (5) | 2021.05.03 |
|---|---|
| iptime 와이파이 MAC 으로 시간 제한 (0) | 2021.04.24 |
| i5-2520m 도 우분투 유지목록에서... (0) | 2021.03.22 |
| 모니터 스펙관련 찾아보다 보니.. (0) | 2020.12.22 |
| 모니터 10bit 지원 여부? (11) | 2020.12.21 |
기본으로 제공되는 건 없으려나?
[링크 : https://stackoverflow.com/questions/56766639/how-to-convert-ckpt-to-pb]
$ saved_model_cli convert tensorrt
usage: saved_model_cli convert [-h] --dir DIR --output_dir OUTPUT_DIR --tag_set TAG_SET {tensorrt} ...
saved_model_cli convert: error: the following arguments are required: --dir, --output_dir, --tag_set
| Learning without Forgetting (LwF) (0) | 2021.04.12 |
|---|---|
| 딥러닝 학습 transfer, quantization (0) | 2021.04.12 |
| labelImg (0) | 2021.04.09 |
| tf docker (0) | 2021.04.09 |
| tensorboard 사용법 (0) | 2021.04.08 |
귀찮아서 b main 으로만 쓰는건 함정 ㅋㅋ
for 반복문으로 인해서 귀찮아서 결국에는 라인으로 브레이크 잡는법 찾은것도 함정
| gdb> break filename:line gdb> b filename:line gdb> b function |
[링크 : https://stackoverflow.com/questions/5276988/]
브레이크 목록보기
| gdb> info break gdb> i b |
[링크 : https://ccrma.stanford.edu/~jos/stkintro/Useful_commands_gdb.html]
| gdb conditional break (0) | 2023.07.19 |
|---|---|
| gdb 디버깅 타겟을 인자와 함께 실행하기 (0) | 2022.10.17 |
| gdb/insight target window (0) | 2010.05.19 |
| insight/gdb 우분투에서 컴파일하기 실패 - insight/gdb compiling on ubuntu failed (2) | 2010.05.18 |
| gdb / gdbserver 접속명령어 (0) | 2010.05.18 |
yolo나 tensorflow 에서 학습/검증을 위한 이미지 라벨링 프로그램
pip3를 통해 설치가 가능하며 나름 깔끔한 디자인이다.

좀 아쉬운건, 수정하고 다음 이미지 누르면 저장할까요 물어보는 것도 아니고
자동 저장되는 것도 아닌 그냥 날아간다는 점 -_ㅠ
| pip3 install labelImg labelImg labelImg [IMAGE_PATH] [PRE-DEFINED CLASS FILE] |
| Annotations are saved as XML files in PASCAL VOC format, the format used by ImageNet. Besides, it also supports YOLO format |
[링크 : https://github.com/tzutalin/labelImg]
[링크 : http://blog.naver.com/baek2sm/221886666289]
[링크 : https://hwauni.tistory.com/entry/API-Custom-Object-Detection-API-Tutorial-데이터-준비-Part-1]
| 딥러닝 학습 transfer, quantization (0) | 2021.04.12 |
|---|---|
| tf checkpoint to pb (0) | 2021.04.09 |
| tf docker (0) | 2021.04.09 |
| tensorboard 사용법 (0) | 2021.04.08 |
| ssd mobilnetv2 to tflite warnings (0) | 2021.04.07 |
텐서플로우 설치 문서를 다시 보는데
docker를 설치하는 과정이 있었네.. 머지?
[링크 : http://www.tensorflow.org/install/gpu?hl=ko]
[링크 : http://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/tf2.md#installation]
[링크 : http://blog.softwaremill.com/setting-up-tensorflow-with-gpu-acceleration-the-quick-way-add80cd5c988]
| tf checkpoint to pb (0) | 2021.04.09 |
|---|---|
| labelImg (0) | 2021.04.09 |
| tensorboard 사용법 (0) | 2021.04.08 |
| ssd mobilnetv2 to tflite warnings (0) | 2021.04.07 |
| ssd mobilenetv2 python load pb, tflite (0) | 2021.04.07 |
$ wget https://raw.githubusercontent.com/tensorflow/tensorflow/master/tensorflow/python/tools/import_pb_to_tensorboard.py
$ python3 import_pb_to_tensorboard.py --model_dir ./ --log_dir ./tensorboard
$ tensorboard --logdir ./tensorboard
[링크 : https://aciddust.github.io/blog/post/Tensorflow-pb파일-TensorBoard에-올리기/]
| labelImg (0) | 2021.04.09 |
|---|---|
| tf docker (0) | 2021.04.09 |
| ssd mobilnetv2 to tflite warnings (0) | 2021.04.07 |
| ssd mobilenetv2 python load pb, tflite (0) | 2021.04.07 |
| representative_dataset (0) | 2021.04.06 |
와.. 먼가 쓸데없는 뻘짓 ㅋㅋㅋ
makefile 에서 \" \" 로 감싸주니 의외로 간단하게 해결
#CROSS_PREFIX = arm-buildroot-linux-gnueabihf
CFLAGS = $(INCLUDEDIRS) -o -W -Wall -O2 -DCROSS_PREFIX=\"$(CROSS_PREFIX)\"
테스트 코드
void main()
{
printf("%s\n", CROSS_PREFIX);
}
| gcc unsigned to signed cast (0) | 2021.06.22 |
|---|---|
| gcc %p (nil) (0) | 2021.05.07 |
| Auto-vectorization in GCC (0) | 2021.03.25 |
| gcc -march 옵션 (0) | 2021.01.24 |
| g++ 은 정적 빌드가 안되나? (0) | 2021.01.19 |
서울시장 후보 둘다 마음에 드는건 아니지만
아무튼 씁쓸하구만...
10여년전 무상급식 반대 주민투표로 셀프탄핵 했고
10년이 지나서 그 피해를 보았을지도 모를 아이들이 그 사람을 뽑은거라면..
아니 반대로 피해를 보았을 가능성을 막은거지
피해를 본 건 아니니 오히려 모르는게 당연한걸까?

| 20대 개새끼 만들기 프로젝트? (0) | 2021.04.12 |
|---|---|
| KF-X 8조 8천 (2) | 2021.04.11 |
| 15년 전 탓을 하네 (0) | 2021.03.09 |
| 의사 면허 취소 반대? (0) | 2021.02.20 |
| 미국 정전 반도체 타격 (2) | 2021.02.17 |
INFO:tensorflow:depth of additional conv before box predictor: 0
I0407 19:04:11.848860 140671031727936 convolutional_keras_box_predictor.py:153] depth of additional conv before box predictor: 0
INFO:tensorflow:depth of additional conv before box predictor: 0
I0407 19:04:11.849254 140671031727936 convolutional_keras_box_predictor.py:153] depth of additional conv before box predictor: 0
INFO:tensorflow:depth of additional conv before box predictor: 0
I0407 19:04:11.849459 140671031727936 convolutional_keras_box_predictor.py:153] depth of additional conv before box predictor: 0
INFO:tensorflow:depth of additional conv before box predictor: 0
I0407 19:04:11.849658 140671031727936 convolutional_keras_box_predictor.py:153] depth of additional conv before box predictor: 0
INFO:tensorflow:depth of additional conv before box predictor: 0
I0407 19:04:11.849853 140671031727936 convolutional_keras_box_predictor.py:153] depth of additional conv before box predictor: 0
INFO:tensorflow:depth of additional conv before box predictor: 0
I0407 19:04:11.850045 140671031727936 convolutional_keras_box_predictor.py:153] depth of additional conv before box predictor: 0
WARNING:tensorflow:Skipping full serialization of Keras layer <object_detection.meta_architectures.ssd_meta_arch.SSDMetaArch object at 0x7ff0245f8880>, because it is not built.
W0407 19:04:15.019573 140671031727936 save_impl.py:77] Skipping full serialization of Keras layer <object_detection.meta_architectures.ssd_meta_arch.SSDMetaArch object at 0x7ff0245f8880>, because it is not built.
2021-04-07 19:04:26.913764: W tensorflow/python/util/util.cc:348] Sets are not currently considered sequences, but this may change in the future, so consider avoiding using them.
W0407 19:04:44.291487 140671031727936 save.py:236] Found untraced functions such as BoxPredictor_layer_call_and_return_conditional_losses, BoxPredictor_layer_call_fn, BoxPredictor_layer_call_fn, BoxPredictor_layer_call_and_return_conditional_losses, BoxPredictor_layer_call_and_return_conditional_losses while saving (showing 5 of 125). These functions will not be directly callable after loading.
W0407 19:04:45.480654 140671031727936 save.py:236] Found untraced functions such as BoxPredictor_layer_call_and_return_conditional_losses, BoxPredictor_layer_call_fn, BoxPredictor_layer_call_fn, BoxPredictor_layer_call_and_return_conditional_losses, BoxPredictor_layer_call_and_return_conditional_losses while saving (showing 5 of 125). These functions will not be directly callable after loading.| tf docker (0) | 2021.04.09 |
|---|---|
| tensorboard 사용법 (0) | 2021.04.08 |
| ssd mobilenetv2 python load pb, tflite (0) | 2021.04.07 |
| representative_dataset (0) | 2021.04.06 |
| tflite run (0) | 2021.04.02 |