ldif
ldif copied to clipboard
3D Shape Representation with Local Deep Implicit Functions.
Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.2 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@radarhere, @hugovk] Restrict builtins within...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.2 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@radarhere, @hugovk] Restrict builtins within...
python train.py --batch_size 24 --experiment_name shapenet-ldif \ --model_directory $models --model_type "ldif" \ --dataset_directory $dataset WARNING:tensorflow:Deprecation warnings have been disabled. Set TF_ENABLE_DEPRECATION_WARNINGS=1 to re-enable them. INFO: Making dataset... INFO: Optimized dataset...
Platform: Ubuntu 18.04.3 LTS ``` ./build_gaps.sh fatal error: GL/osmesa.h: No such file or directory ``` Fix for this error ``` apt-get install libosmesa6-dev ``` Second error while running ``` ./build_gaps.sh...
I have built ./build_gaps.sh successfully. And /gaps_is_installed.sh print out Ready to go! But I still get this Bus error "/process_mesh_local.sh: line 47: 13856 Bus error (core dumped) ${gaps}/msh2msh $mesh_in $mesh...
Previously (See #3) a user reported poor IO performance that was bottlenecking training. In response to this, a recent commit 801f5b1ba49926a763112fdffe2e8e5f1c102828 added new flags to meshes2dataset.py "--optimize" and "--optimize_only". These...
Bumps [joblib](https://github.com/joblib/joblib) from 0.14.1 to 1.2.0. Changelog Sourced from joblib's changelog. Release 1.2.0 Fix a security issue where eval(pre_dispatch) could potentially run arbitrary code. Now only basic numerics are supported....
Bumps [joblib](https://github.com/joblib/joblib) from 0.16.0 to 1.2.0. Changelog Sourced from joblib's changelog. Release 1.2.0 Fix a security issue where eval(pre_dispatch) could potentially run arbitrary code. Now only basic numerics are supported....
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.12.3 to 3.18.3. Release notes Sourced from protobuf's releases. Protocol Buffers v3.18.3 C++ Reduce memory consumption of MessageSet parsing This release addresses a Security Advisory for C++...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.2 to 10.2.0. Release notes Sourced from pillow's releases. 10.2.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.2.0.html Changes Add keep_rgb option when saving JPEG to prevent conversion of RGB colorspace #7553 [@bgilbert] Trim...