Skip to content

pytorch3d类型的相机与其他类型的相机转换(NeRF,Colmap)

License

Notifications You must be signed in to change notification settings

xiaoc57/camformat3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Camera Format 3D (camformat3d)

This Python library provides functionalities to convert various types of camera representations into the format used by PyTorch3D, and vice versa. It simplifies the integration of different camera models with PyTorch3D, enabling seamless transitions and compatibility in 3D rendering and vision tasks.

Installation

For detailed instructions refer to INSTALL.md.

License

camformat3d is released under the MIT License.

How to use?

convert_to_pytorch3d # convert a camera to pytorch3d
convert_from_pytorch3d # pytorch3d convert to other types

For more usage examples, please refer to the examples directory in this repository. These examples demonstrate how to apply the library in various scenarios and with different camera types.

Supported Camera Types

  • NeRF
  • Colmap

About

pytorch3d类型的相机与其他类型的相机转换(NeRF,Colmap)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages