Skip to content

Optimise optical flow upsampling using pytorch #423

@paulshuker

Description

@paulshuker

Currently we:

  • Upsample images using scipy's function zoom.

Issue:

  • This is not very fast as it likely relies on a single CPU core.

Solution:

  • Use pytorch and run on a single image at a time. Pytorch will automatically handle the multiprocessing for us and likely lead to reduced compute times at the cost of using multiple CPU cores.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions