Run on web cam #9
Unanswered
krisgarces95
asked this question in
Q&A
Replies: 1 comment
-
The short answer is: yes, if you can extend the code! Since our model has two inputs given, one is the image sequences, and the other is the camera extrinsics. You may need to estimate the [R|t] using visual odometry (off-the-shelf ones would be sufficient) on video input and build a data pipeline (image and camera matrix at least) stream to the model and do the prediction. If the camera is quite different from the one in the dataset, we also recommend fine-tuning the pre-trained weight for higher accuracy. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, nice work. Can i run the software on web cam?
Beta Was this translation helpful? Give feedback.
All reactions