nv-tlabs / ATISS

Code for "ATISS: Autoregressive Transformers for Indoor Scene Synthesis", NeurIPS 2021
Other
258 stars 55 forks source link

This is most likely caused by a broken X extension library #38

Open zerolfq opened 1 year ago

zerolfq commented 1 year ago

I use this commod

python generate_scenes.py /home/liufuqiang/Github/ATISS/config/bedrooms_config.yaml /home/liufuqiang/Github/ATISS/GenOut/ /home/liufuqiang/Github/ATISS/output/threed_future_model_bedroom.pkl /home/liufuqiang/Github/ATISS/demo/floor_plan_texture_images/ --weight_file /mnt/data/liufuqiang/OutPut/6OGD0E7ZK/model_09950

this is error [xcb] Extra reply data still left in queue [xcb] This is most likely caused by a broken X extension library [xcb] Aborting, sorry about that. python: ../../src/xcb_io.c:577: _XReply: Assertion `!xcb_xlib_extra_reply_data_left' failed.

shanqiiu commented 1 year ago

Have you solved the problem? I have the same problem as you.