David Russell
David Russell
I think it would be useful to new users to host a completed project derived from our example videos. Then they can play around with functionality without running intensive computations...
New functionality allows us to select correspondences between a 3D mesh and an image and compute a camera based on this. Currently, this image is visualized projected onto the ground...
As I understand it, there is currently an all-or-nothing option to couple the intrinsics of your cameras. There was interest in having a menu to select which subset of cameras...
TeleSculptor is currently configured to use ORB features by default and it saves them fine. It can be configured to use other features such as SURF in the `track_features.conf` file...
This adds configs for training a pixelwise classifier based on VIAME-CSV annotations.
I built VIAME but when I tried to `source setup_viame.sh` using `zsh` instead of `bash`, it failed because the `$BASH_SOURCE` variable is empty. Running `bash setup_viame.sh` runs without error, but...
Low priority, but it would be nice to stop duplicating a massive header banner everywhere, or updating the year every time you touch a file. Could we have a simplified...
**Is your feature request related to a problem? If so, Please describe.** It's challenging to compare approaches when there's no way to seek by frame name or ID. More generally,...
**Is your feature request related to a problem? If so, Please describe.** I have a semantic segmentation problem pretty similar to NOAA ADAPT where I'd like to iteratively annotate data...
**Is your feature request related to a problem? If so, Please describe.** It's challenging to visualize multiple annotations for the same dataset. As far as I understand, you have to...