'잡동사니'에 해당되는 글 13155건

  1. 2021.02.25 'xterm': unknown terminal type.
  2. 2021.02.24 노트9 dex 첫 경험
  3. 2021.02.24 tflite convert
  4. 2021.02.24 gmail 앱 동기화 안될 경우
  5. 2021.02.23 tensorflow flex ops
  6. 2021.02.23 tar with pigz
  7. 2021.02.23 qt5 fb reset
  8. 2021.02.22 grep regexp match list
  9. 2021.02.22 tensorflow 1.15 설치가 힘들군
  10. 2021.02.22 ffmpeg 재생 어렵다 -_ㅠ
Linux2021. 2. 25. 12:12

$ clear
'xterm': unknown terminal type.

 

갑자기 clear가 안되서 찾아보니 여러가지가 나오는데 

export TERM=xterm은 나에게는 효과가 없었고 vt100으로 해주니 효과가 있었다.

근데 이거 하면 clear가 안된다?! 도대체 어떻게 해야하지 ㅠㅠ

export TERM=vt100

[링크 : https://bluebam.tistory.com/entry/STB에서-top이-안먹힐때]

 

$ env | grep TERM
TERM=xterm

'Linux' 카테고리의 다른 글

watch 복수개 명령어 실행하기  (0) 2021.03.08
원격실행된 python/opencv 키 입력  (0) 2021.02.26
tar with pigz  (0) 2021.02.23
grep regexp match list  (0) 2021.02.22
리눅스 스마트 카드 api  (0) 2021.02.02
Posted by 구차니

노트북에 사용중이던 usb c hdmi eth 에 연결하니 바로 뜬다.

로지텍 무선 리시버 꽃으니 문제없이 인식

아무튼 블투 키보드만 있으면

설정해서 핸드폰은 터치패드로 입력 받으면 가벼운 사무는 충분 할 듯.

 

ssh 클라이언트나 콘솔만 지원하면 더할 나위 없을것 같네.

아니.. x11 정도면 금상첨화이려나 ㅋㅋ

 

 

'개소리 왈왈 > 모바일 생활' 카테고리의 다른 글

pet 보호필름  (0) 2021.02.27
안드10 절전 모드 정책  (0) 2021.02.26
gmail 앱 동기화 안될 경우  (0) 2021.02.24
카카오톡 대화내용 옮기기  (0) 2021.02.07
v50s 색감이..  (0) 2021.02.06
Posted by 구차니

계속 tflite_convert 만 사용했는데 export_Tflite_graph_tf2.py 라는 다른 녀석을 발견했다.

ssd mobilenetv2를 주로 사용했었으니 이걸로 tflite 변환이 잘되면 좋겠네 ㅠㅠ

 

NOTE: This only supports SSD meta-architectures for now.

[링크 : http://github.com/tensorflow/models/blob/master/research/object_detection/export_tflite_graph_tf2.py]

[링크 : http://github.com/tensorflow/models/issues/9371]

 

'프로그램 사용 > yolo_tensorflow' 카테고리의 다른 글

ssd model convert for tflite  (0) 2021.02.26
tensorflow 용어 정의  (0) 2021.02.25
tensorflow flex ops  (0) 2021.02.23
tensorflow 1.15 설치가 힘들군  (0) 2021.02.22
tensorflow2 학습 해보기 어렵네..  (0) 2021.02.20
Posted by 구차니

나의 경우는 회사 계정이라 다른 문제가 원인이었네..

일단 귀찮아서(!) 핸드폰 잠금을 없음으로 하다 보니

 

회사 계정의 경우 정책상 PIN이나 드래그나 지문등을 하도록 강제되어 있는데

내가 한 설정과 충돌이 나서 별다른 알람없이 계속 멈춰있는 것으로 보였던 것 -_-

 

 

아무튼 해결책은

1. 핸드폰 화면 잠금 설정

2. 보안폴더에 PIN 설정해놨으니 보안폴더에 gmail 앱 복사하고 사용 << 이걸로 사용중

 

[링크 : https://support.google.com/mail/answer/4780745?co=GENIE.Platform%3DAndroid&hl=ko]

'개소리 왈왈 > 모바일 생활' 카테고리의 다른 글

안드10 절전 모드 정책  (0) 2021.02.26
노트9 dex 첫 경험  (0) 2021.02.24
카카오톡 대화내용 옮기기  (0) 2021.02.07
v50s 색감이..  (0) 2021.02.06
모바일 크롬 탭 설정 변경  (0) 2021.02.02
Posted by 구차니

flex ops라는 말이 많이 나와서 도대체 멀까 정의를 찾아보는데 공식적인 문서는 발견하지 못했지만..

select 텐서플로우 ops를 텐서플로우 라이트에서 사용하는 내부 코드의 명칭

이라고 하니 더 이해가 안되네?

 

"Flex" is the internal code name for the "Using TensorFlow Lite with select TensorFlow ops" feature.

[링크 : http://stackoverflow.com/questions/53824223/what-does-flex-op-mean-in-tensorflow]

[링크 : https://www.tensorflow.org/lite/guide/ops_select]

 

+

[링크 : https://github.com/tensorflow/tensorflow/issues/45875]

'프로그램 사용 > yolo_tensorflow' 카테고리의 다른 글

tensorflow 용어 정의  (0) 2021.02.25
tflite convert  (0) 2021.02.24
tensorflow 1.15 설치가 힘들군  (0) 2021.02.22
tensorflow2 학습 해보기 어렵네..  (0) 2021.02.20
tensorflow 객체 탐지 디렉토리 구조  (0) 2021.02.19
Posted by 구차니
Linux2021. 2. 23. 19:12

man 뒤져보니 -I 옵션에 압축 프로그램으로 사용할 명령어를 넣어주는게 있네

       -I, --use-compress-program=COMMAND
              Filter data through COMMAND.  It must accept the -d option,  for
              decompression.  The argument can contain command line options.

 

tar -I pigz -xf /mnt/sd/current/backup/bigbackup_web.tar.gz -C /tmp

[링크 : https://stackoverflow.com/questions/36917882/how-to-use-pigz-with-tar]

'Linux' 카테고리의 다른 글

원격실행된 python/opencv 키 입력  (0) 2021.02.26
'xterm': unknown terminal type.  (0) 2021.02.25
grep regexp match list  (0) 2021.02.22
리눅스 스마트 카드 api  (0) 2021.02.02
linux smart card  (0) 2021.02.02
Posted by 구차니
Programming/qt2021. 2. 23. 13:56

, 인줄 알았는데 : 로 해주어야 하네

QT_QPA_PLATFORM=linuxfb:fb=/dev/fb1:nographicsmodeswitch ./qt_app

 

nographicsmodeswitch Specifies not to switch the virtual terminal to graphics mode (KD_GRAPHICS). Typically, enabling graphics mode disables the blinking cursor and screen blanking. However, when this parameter is set, those two features are also skipped.

[링크 : https://doc.qt.io/qt-5/embedded-linux.html]

 

export QWS_DISPLAY="<driver>[:<driver specific options>]...
          [:<display num>]"

[링크 : https://qt.developpez.com/doc/4.7/qt-embedded-displaymanagement/]

'Programming > qt' 카테고리의 다른 글

qt 변수 초기화 문법, cpp 초기화 리스트  (0) 2021.12.08
qt framebuffer에 출력하기  (0) 2021.02.09
qt - ts / qm  (0) 2015.02.24
qt 5.3 cross compile 조사  (0) 2015.01.21
qt 4.x/5.x INSTALL_PATH  (0) 2015.01.20
Posted by 구차니
Linux2021. 2. 22. 19:46

grep 을 쓰면 파일명 등의 자질구레한(?) 정보가 나오는데

그런거 빼고 순수하게 매칭되는 부분만 추출해 낼 때 쓰는 옵션

 

grep  -Op "regexp"

[링크 : https://unix.stackexchange.com/questions/13466/can-grep-output-only-specified-groupings-that-match]

'Linux' 카테고리의 다른 글

'xterm': unknown terminal type.  (0) 2021.02.25
tar with pigz  (0) 2021.02.23
리눅스 스마트 카드 api  (0) 2021.02.02
linux smart card  (0) 2021.02.02
linux shared memory 확인 및 삭제  (0) 2021.01.22
Posted by 구차니

 

$ python3
Python 3.8.5 (default, Jul 28 2020, 12:59:40) 
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.

 

$ pip3 install tensorflow==1.15.5
ERROR: Could not find a version that satisfies the requirement tensorflow==1.15.5 (from versions: 2.2.0rc1, 2.2.0rc2, 2.2.0rc3, 2.2.0rc4, 2.2.0, 2.2.1, 2.2.2, 2.3.0rc0, 2.3.0rc1, 2.3.0rc2, 2.3.0, 2.3.1, 2.3.2, 2.4.0rc0, 2.4.0rc1, 2.4.0rc2, 2.4.0rc3, 2.4.0rc4, 2.4.0, 2.4.1)
ERROR: No matching distribution found for tensorflow==1.15.5

[링크 : https://pypi.org/project/tensorflow/1.15.5/]

 

[링크 : https://stackoverflow.com/questions/61491893/i-cannot-install-tensorflow-version-1-15-through-pip]

'프로그램 사용 > yolo_tensorflow' 카테고리의 다른 글

tflite convert  (0) 2021.02.24
tensorflow flex ops  (0) 2021.02.23
tensorflow2 학습 해보기 어렵네..  (0) 2021.02.20
tensorflow 객체 탐지 디렉토리 구조  (0) 2021.02.19
tensorflow model 학습 시작지점  (0) 2021.02.18
Posted by 구차니

재생하려니 안되고...

Pixel format yuv420p is not supported, use bgr24

 

pix_fmt 로 바꾸려고 하니 안되네.. -_-

Incompatible pixel format 'bgr24' for codec 'mpeg4', auto-selecting format 'yuv420p'

 

오잉?

-pix_fmts           show available pixel formats
-sample_fmts        show available audio sample formats
-f fmt              force format

 

 

+

하드웨어 가속을 못 받아서 그런가 무지 힘들어 하네

 

$ ffmpeg -re -i INPUT -c:v rawvideo -pix_fmt bgra -f fbdev /dev/fb0

[swscaler @ 0x2020050] No accelerated colorspace conversion found from yuv420p to rgb24.

[링크 : https://ffmpeg.org/ffmpeg-devices.html#Examples-12]

'프로그램 사용 > ffmpeg & ffserver' 카테고리의 다른 글

mp4 복구 시도  (0) 2022.01.24
ffmpeg을 이용한 rgb565 to bmp  (0) 2021.10.18
ffmpeg fbdev  (0) 2021.02.09
ffmpeg build  (0) 2020.11.25
webm을 mp3로 변환하기  (0) 2020.04.01
Posted by 구차니