-
Notifications
You must be signed in to change notification settings - Fork 507
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
[BUG] Incomplete install on MacOSX Ventura #100
Comments
Hello, I didn't immediately spot anything out of place (the |
so currently, the worldgen/terrain/lib/cpu/soil_machine folder is empty. Consequently, if I run (after doing the intermediate steps)
|
…ving (princeton-vl/infinigen_internal/#100) * Fix underspecified child python paths * Fix underspecified child python paths * Move data related tools into /data_format folder * Write out json of expected filetypes / compression schema * Globally rename Flow3DMask to FlowMask to avoid shared prefix with Flow3D * Move converters into converters/ folder, implement json->compressed npz converter (reduces filesize to 3% * Update bounding_boxes_3d.py tool and documentation WIP * Clear visualizations, enforce cams, undo npz compression, enforce resolutions, compress images to pngs WIP * Add descriptions to channel formats * Architect unpack script, implement unquantize * Separate color visualizations out into their own file * Implement timeseries compression with ffv1 gray16/rgb48 for video, result is corrupted * Calculate min and max precision of quantization * Implement decode and unpack, 16bit frames still corrupted * Disable two-pass encoding, FFV1 produces corrupted output for 16bit * Fix 3-channel cv2 read bug * Integrate compressed video mode for end-of-job uploads * Update folder download to not bother with separate metadata/thumbnail, add lazy_resolution_check to improve speed * Add data_format unit tests * Switch InstanceSegmentation back to .npz mask compression to avoid dealing with lookup tables for video * Add DILATE and ERODE modes to fix FlowMask pooling * Switch to h265 instead of FFV1 * Switch non-rgb channels back to ffv1, implement post-unpack validator * Calculate precision as sizing between existant buckets, switch some channels back to ffv1 * Enforce user_dtypes when ingesting * Switch all yuv back to bgr0 * Avoid any floating point math/rounding for already integral GT channels, rename clamp_* * Refactor compression map, partially implement normals compression * Add ffmpeg encode/decode roundtrip unittest, add flow percent error unittest * Robustly handle 16bit grayscale and color pngs. imageio and cv2 both dont do it right * Add check between quant pngs before and after videocomp * Fix checking surface normal angles, no longer passes test * Tweak 16bit image handling, add image handling roundtrip test, all channels are fixed! * Tweaks * Add encode_max override and error checking * Finalize data format, use ffv1 for important payloads, veryslow h265 for the rest * Change save paths for warp test scripts * Fix segmentation_lookup, fix typo, add vis option to pyproject.toml and make flow_vis and numba optional * Tweaks for running datarelease batch on slurm * Fix 3D bbox * Fix channel format deletion, put logs in a tarball and save them * Add submitit-slurm mode to release script * Remove high_quality_terrain from video, fix compress_masks_path * Fix uploading video collection, fix double upload * Tweak release format and script * Reduce renderbackup to a single 3090 * Tweak datagen and release.py logging * Assert mask >= rather than >, move Flow3DMask rename call into apply_all * Change image to yuv444p, change model_matrices to float32 * Convert object poses to 6d axis angle * Move validate errs code * Make 3d bboxes use 6d pose if available * Add logic to continue from folders not tarballs * Fix all scenes uploaded to same folder * Typo fixes * Video upload tested and working * Implement ALL query mode for 3d bbox * Implement video teaser in unpack, make depth vis prettier * Add validate as an unpack step * Tweaks
Describe the bug
Incomplete install on MacOSX Ventura
Steps to Reproduce
What version of the code were you using? Tell us the output of
git log -n 1
'''
commit 6d0d34a (HEAD -> main, origin/main, origin/HEAD)
Author: lahavlipson [email protected]
Date: Mon Jul 3 15:43:58 2023 -0400
Revert "Update requirements.txt"
This reverts commit 941880a.
'''
What command did you run?
** (If this is your first time running Infinigen) What are the full output logs of
install.sh
?**Platform
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: