-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
WIP: python311Packages.nerfstudio: init at 1.1.2 #320599
base: master
Are you sure you want to change the base?
Conversation
description = "The devkit of the nuScenes dataset"; | ||
homepage = "https://github.com/nutonomy/nuscenes-devkit"; | ||
license = lib.licenses.asl20; | ||
maintainers = with lib.maintainers; [ SomeoneSerge ]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maintainers = with lib.maintainers; [ SomeoneSerge ]; | |
maintainers = with lib.maintainers; [ SomeoneSerge ]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One blocker less, seems like isl-org/Open3D#6809 was merged
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be almost trivial if not for
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First burst of minor changes.
What a huge diff !
src = fetchFromGitHub { | ||
owner = "microsoft"; | ||
repo = "DirectXMath"; | ||
rev = "feb2024"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rev = "feb2024"; | |
rev = "refs/tags/feb2024"; |
src = fetchFromGitHub { | ||
owner = "google"; | ||
repo = "filament"; | ||
rev = "v${version}"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rev = "v${version}"; | |
rev = "refs/tags/v${version}"; |
(lib.cmakeFeature "FILAMENT_OPENGL_HANDLE_ARENA_SIZE_IN_MB" "20") | ||
]; | ||
|
||
meta = with lib; { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
meta = with lib; { | |
meta = { |
]; | ||
|
||
meta = with lib; { | ||
description = "Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description = "Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2"; | |
description = "Real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2"; |
description = "Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2"; | ||
homepage = "https://github.com/google/filament"; | ||
license = licenses.asl20; | ||
maintainers = with maintainers; [ ]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why don't you add yourself ?
description = "CUDA accelerated rasterization of gaussian splatting"; | ||
homepage = "https://github.com/nerfstudio-project/gsplat"; | ||
license = licenses.asl20; | ||
maintainers = with maintainers; [ ]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maintainers = with maintainers; [ ]; | |
maintainers = with maintainers; [ SomeoneSerge ]; |
src = fetchFromGitHub { | ||
owner = "nerfstudio-project"; | ||
repo = "nerfacc"; | ||
rev = "v${version}"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rev = "v${version}"; | |
rev = "refs/tags/v${version}"; |
meta = { | ||
description = "A General NeRF Acceleration Toolbox in PyTorch"; | ||
homepage = "https://github.com/nerfstudio-project/nerfacc"; | ||
changelog = "https://github.com/nerfstudio-project/nerfacc/blob/${src.rev}/CHANGELOG.md"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changelog = "https://github.com/nerfstudio-project/nerfacc/blob/${src.rev}/CHANGELOG.md"; | |
changelog = "https://github.com/nerfstudio-project/nerfacc/blob/${lib.removePrefix "refs/tags/" src.rev}/CHANGELOG.md"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this fix only applies to release pages, not for blobs
src = fetchFromGitHub { | ||
owner = "nerfstudio-project"; | ||
repo = "nerfstudio"; | ||
rev = "v${version}"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rev = "v${version}"; | |
rev = "refs/tags/v${version}"; |
homepage = "https://github.com/nerfstudio-project/nerfstudio"; | ||
license = lib.licenses.asl20; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
homepage = "https://github.com/nerfstudio-project/nerfstudio"; | |
license = lib.licenses.asl20; | |
homepage = "https://github.com/nerfstudio-project/nerfstudio";* | |
changelog = "https://github.com/nerfstudio-project/nerfstudio/releases/tag/v${version}"; | |
license = lib.licenses.asl20; |
Description of changes
python311Packages.nerfstudio: init at 1.1.2
open3d: init at 0.18.0
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.