Daniel
Daniel
This is not quite true @yileo19920925, the demo from @deboc assumes that your annotations files have .txt format. This can be verified by looking at the method ` _load_inria_annotation` documentation,...
However, one solution would be to NOT use CardWithList and instead insert a RecyclerView in main content of the card.
Is it simply calculating the mean and std over the `z-coordinates` ? I computed exactly that on the training+testing KITTI dataset and got: `(27.908786048804533 17.440216708073685)` The authors of SMOKE reference...
Specify the default dimensions in the config. If your images have a different size then the code automatically resizes to the default dimensions: You can find the default values in...
@chinnikrishna55 How did you re-calculate the intrinsic matrix with the new custom image size? Any other changes you needed to do to get it working?
Modify at your whim the .yaml file under configs. You can start by copying the existing one `smoke_gn_vector.yaml`. *All* the configurable parameters, that are not necessarily in the existing yaml-file,...
@Joywalker, you have a small closing-paranthesis typo. Instead it should be: ``` K_proj = np.matmul(K, np.array( [ [1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 0] ]...
I have a categorical variable with 4 values: `1,2,3, null` where `1=critical`, `3=low`. I would like to have a color-by encoding from red to green starting from 1 (red). null...
Basic working example. Though I'd still like to hear your opinion on better integration ``` import os import sys import pandas as pd import dash import dash_core_components as dcc import...