Skip to content

Commit

Permalink
change codec to Literal
Browse files Browse the repository at this point in the history
default is VP8 due to libx264 log spam, see nerfstudio-project#1343 (comment)
  • Loading branch information
machenmusik committed Feb 23, 2023
1 parent a91b92f commit 5455593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nerfstudio/configs/base_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import warnings
from dataclasses import dataclass
from pathlib import Path
from typing import Any, List, Optional, Tuple, Type
from typing import Any, Literal, List, Optional, Tuple, Type

from typing_extensions import Literal

Expand Down

0 comments on commit 5455593

Please sign in to comment.