Susu
Susu
> That is strange. Unfortunately, I do not have time to go through your code. However, one thing that you may need to keep in mind when using such a...
I'm facing the same issue. I tried the simple models below just to see the speed and file size change and put aside the accuracy for the moment. ```python #...
I have the same problem Segmentation fault (core dumped) . I ran build_gas.sh successfully but I can't run build_kernel.sh because "unsupported GNU version! gcc versions later than 6 are not...
downgrading torchmetrics to v0.6.0 also works
and to run the demo, the pre-trained weight is missing. './models/1/best_1.pt'
> Hi @EddieEduardo, you can replace `detector` in `VideoTracker` of `yolov3_deepsort.py`. I want to use Fasterrcnn from pytorch as the detector and I've changed the `detector` in `VideoTracker` of `deepsort.py`,...
> Alas I am not allowed to share that. You have to create an account and apply yourself. > > Note that in the meantime, a v2 of the dataset...
I have the same question. Can you please tell how we could get "trig_id" or "bary_coord" for our own dataset? and btw the file you provided doesn't contain "trig_id" or...
> Hi, > > > Can you please tell how we could get "trig_id" or "bary_coord" for our own dataset? > > If you sample your template mesh evenly, you...