Long(Tony) Lian
Results
82
comments of
Long(Tony) Lian
You can run RAFT on your own to extract the optical flow. We use the official code and checkpoints.
The solution is to update `package.json` to use `"onnxruntime-web": "1.14.0",` (rather than `"onnxruntime-web": "^1.14.0",` as it is in the repo). This will ensure v1.14.0 to be installed. Then rerun `yarn`...