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

WIP: python311Packages.nerfstudio: init at 1.1.2 #320599

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

SomeoneSerge
Copy link
Contributor

Description of changes

  • python311Packages.nerfstudio: init at 1.1.2
  • open3d: init at 0.18.0

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.11 Release Notes (or backporting 23.11 and 24.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

description = "The devkit of the nuScenes dataset";
homepage = "https://github.com/nutonomy/nuscenes-devkit";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ SomeoneSerge ];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
maintainers = with lib.maintainers; [ SomeoneSerge ];
maintainers = with lib.maintainers; [ SomeoneSerge ];

Copy link
Contributor Author

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

@GaetanLepage GaetanLepage left a 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";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
rev = "feb2024";
rev = "refs/tags/feb2024";

src = fetchFromGitHub {
owner = "google";
repo = "filament";
rev = "v${version}";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
rev = "v${version}";
rev = "refs/tags/v${version}";

(lib.cmakeFeature "FILAMENT_OPENGL_HANDLE_ARENA_SIZE_IN_MB" "20")
];

meta = with lib; {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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; [ ];
Copy link
Contributor

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; [ ];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ SomeoneSerge ];

src = fetchFromGitHub {
owner = "nerfstudio-project";
repo = "nerfacc";
rev = "v${version}";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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";

Copy link
Member

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}";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
rev = "v${version}";
rev = "refs/tags/v${version}";

Comment on lines +199 to +200
homepage = "https://github.com/nerfstudio-project/nerfstudio";
license = lib.licenses.asl20;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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;

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

Successfully merging this pull request may close these issues.

3 participants