Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

X connection to :1.0 broken #172

Open
Bassem-2000 opened this issue Apr 13, 2024 · 0 comments
Open

X connection to :1.0 broken #172

Bassem-2000 opened this issue Apr 13, 2024 · 0 comments

Comments

@Bassem-2000
Copy link

I was preparing my data but I got stuck on this step

(ge) elsoudy@elsoudy:/media/elsoudy/Mo3az/mohammad/Lib-Sync/geneFace/GeneFacePlusPlus$ export PYTHONPATH=./
export VIDEO_ID=May
export CUDA_VISIBLE_DEVICES=0
mkdir -p data/processed/videos/${VIDEO_ID}/gt_imgs
ffmpeg -i data/raw/videos/${VIDEO_ID}.mp4 -vf fps=25,scale=w=512:h=512 -qmin 1 -q:v 1 -start_number 0 data/processed/videos/${VIDEO_ID}/gt_imgs/%08d.jpg
python data_gen/utils/process_video/extract_segment_imgs.py --ds_name=nerf --vid_dir=data/raw/videos/${VIDEO_ID}.mp4 # extract image, segmap, and background --force_single_process
ffmpeg version 6.1.1 Copyright (c) 2000-2023 the FFmpeg developers
built with gcc 12.3.0 (conda-forge gcc 12.3.0-5)
configuration: --prefix=/home/conda/feedstock_root/build_artifacts/ffmpeg_1712656518955/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_plac --cc=/home/conda/feedstock_root/build_artifacts/ffmpeg_1712656518955/_build_env/bin/x86_64-conda-linux-gnu-cc --cxx=/home/conda/feedstock_root/build_artifacts/ffmpeg_1712656518955/_build_env/bin/x86_64-conda-linux-gnu-c++ --nm=/home/conda/feedstock_root/build_artifacts/ffmpeg_1712656518955/_build_env/bin/x86_64-conda-linux-gnu-nm --ar=/home/conda/feedstock_root/build_artifacts/ffmpeg_1712656518955/_build_env/bin/x86_64-conda-linux-gnu-ar --disable-doc --disable-openssl --enable-demuxer=dash --enable-hardcoded-tables --enable-libfreetype --enable-libharfbuzz --enable-libfontconfig --enable-libopenh264 --enable-libdav1d --enable-gnutls --enable-libmp3lame --enable-libvpx --enable-libass --enable-pthreads --enable-vaapi --enable-libopenvino --enable-gpl --enable-libx264 --enable-libx265 --enable-libaom --enable-libsvtav1 --enable-libxml2 --enable-pic --enable-shared --disable-static --enable-version3 --enable-zlib --enable-libopus --pkg-config=/home/conda/feedstock_root/build_artifacts/ffmpeg_1712656518955/_build_env/bin/pkg-config
libavutil 58. 29.100 / 58. 29.100
libavcodec 60. 31.102 / 60. 31.102
libavformat 60. 16.100 / 60. 16.100
libavdevice 60. 3.100 / 60. 3.100
libavfilter 9. 12.100 / 9. 12.100
libswscale 7. 5.100 / 7. 5.100
libswresample 4. 12.100 / 4. 12.100
libpostproc 57. 3.100 / 57. 3.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'data/raw/videos/May.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf60.16.100
Duration: 00:01:51.17, start: 0.000000, bitrate: 309 kb/s
Stream #0:00x1: Video: h264 (High) (avc1 / 0x31637661), yuv420p(progressive), 512x512, 174 kb/s, 25 fps, 25 tbr, 12800 tbn (default)
Metadata:
handler_name : Vimeo Isopod Video Handler
vendor_id : [0][0][0][0]
encoder : Lavc60.31.102 libx264
Stream #0:10x2: Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 128 kb/s (default)
Metadata:
handler_name : Vimeo Isopod Audio Handler
vendor_id : [0][0][0][0]
Stream mapping:
Stream #0:0 -> #0:0 (h264 (native) -> mjpeg (native))
Press [q] to stop, [?] for help
[swscaler @ 0x5e27bf2a5d00] deprecated pixel format used, make sure you did set range correctly
Output #0, image2, to 'data/processed/videos/May/gt_imgs/%08d.jpg':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf60.16.100
Stream #0:0(und): Video: mjpeg, yuvj420p(pc, progressive), 512x512, q=2-31, 200 kb/s, 25 fps, 25 tbn (default)
Metadata:
handler_name : Vimeo Isopod Video Handler
vendor_id : [0][0][0][0]
encoder : Lavc60.31.102 mjpeg
Side data:
cpb: bitrate max/min/avg: 0/0/200000 buffer size: 0 vbv_delay: N/A
[out#0/image2 @ 0x5e27be701580] video:153742kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
frame= 2779 fps=2281 q=1.0 Lsize=N/A time=00:01:51.12 bitrate=N/A speed=91.2x
todo videos number: 1
WARNING: All log messages before absl::InitializeLog() is called are written to STDERR
I0000 00:00:1712952965.510637 19220 gl_context_egl.cc:85] Successfully initialized EGL. Major : 1 Minor: 5
I0000 00:00:1712952965.540508 19230 gl_context.cc:357] GL version: 3.2 (OpenGL ES 3.2 NVIDIA 535.171.04), renderer: NVIDIA GeForce RTX 3060/PCIe/SSE2
INFO: Created TensorFlow Lite XNNPACK delegate for CPU.
| Extracting Segmaps && Saving...
generating segment images in multi-processes...: 0%| | 0/2779 [00:00<?, ?it/s]I0000 00:00:1712952965.666187 19220 gl_context_egl.cc:85] Successfully initialized EGL. Major : 1 Minor: 5
malloc(): unaligned tcache chunk detected
I0000 00:00:1712952965.670039 19220 gl_context_egl.cc:85] Successfully initialized EGL. Major : 1 Minor: 5
I0000 00:00:1712952965.670039 19220 gl_context_egl.cc:85] Successfully initialized EGL. Major : 1 Minor: 5
X connection to :1.0 broken (explicit kill or server shutdown).
I0000 00:00:1712952965.670386 19220 gl_context_egl.cc:85] Successfully initialized EGL. Major : 1 Minor: 5
X connection to :1.0 broken (explicit kill or server shutdown).
I0000 00:00:1712952965.670782 19220 gl_context_egl.cc:85] Successfully initialized EGL. Major : 1 Minor: 5
I0000 00:00:1712952965.671559 19220 gl_context_egl.cc:85] Successfully initialized EGL. Major : 1 Minor: 5
X connection to :1.0 broken (explicit kill or server shutdown).
I0000 00:00:1712952965.671874 19220 gl_context_egl.cc:85] Successfully initialized EGL. Major : 1 Minor: 5
X connection to :1.0 broken (explicit kill or server shutdown).
I0000 00:00:1712952965.672259 19220 gl_context_egl.cc:85] Successfully initialized EGL. Major : 1 Minor: 5
X connection to :1.0 broken (explicit kill or server shutdown).
I0000 00:00:1712952965.672709 19220 gl_context_egl.cc:85] Successfully initialized EGL. Major : 1 Minor: 5
X connection to :1.0 broken (explicit kill or server shutdown).
I0000 00:00:1712952965.673174 19220 gl_context_egl.cc:85] Successfully initialized EGL. Major : 1 Minor: 5
X connection to :1.0 broken (explicit kill or server shutdown).
I0000 00:00:1712952965.673431 19220 gl_context_egl.cc:85] Successfully initialized EGL. Major : 1 Minor: 5
X connection to :1.0 broken (explicit kill or server shutdown).
I0000 00:00:1712952965.673792 19220 gl_context_egl.cc:85] Successfully initialized EGL. Major : 1 Minor: 5
X connection to :1.0 broken (explicit kill or server shutdown).
I0000 00:00:1712952965.675266 19220 gl_context_egl.cc:85] Successfully initialized EGL. Major : 1 Minor: 5
X connection to :1.0 broken (explicit kill or server shutdown).
X connection to :1.0 broken (explicit kill or server shutdown).
I0000 00:00:1712952965.679366 19220 gl_context_egl.cc:85] Successfully initialized EGL. Major : 1 Minor: 5
I0000 00:00:1712952965.681230 19220 gl_context_egl.cc:85] Successfully initialized EGL. Major : 1 Minor: 5
X connection to :1.0 broken (explicit kill or server shutdown).
X connection to :1.0 broken (explicit kill or server shutdown).
I0000 00:00:1712952965.687861 19220 gl_context_egl.cc:85] Successfully initialized EGL. Major : 1 Minor: 5
X connection to :1.0 broken (explicit kill or server shutdown).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant