M999

Results 6 comments of M999

How this can be done in the react component built using `react-kapsule`? I tried something like this: ``` { myChart.focusOnNode(node); console.log("clicked"); }} /> ``` The problem I faced is that...

Sorry, I just realized that [we have to add the methods to `methodNames` array](https://github.com/vasturiano/react-kapsule#arguments). So I tried this: ``` const ReactSunburst = fromKapsule(SunburstChart, { methodNames: ["onClick"] }); null} tooltipContent={(d, node)...

I guess capturing very tiny amount of data doesnt work. I tried capturing few seconds of data (for quickly checking if the whole pipeline will eventually work or not), even...

Well, I am facing the same issue again. In fact, I never was able to post anything to this subreddit. Even though I am not a spammer at all and...

I also tried with options `--track_buffer 500 --appearance_thresh 0.05 --proximity_thresh 0`, but no luck: ``` python3 tools/mc_demo_yolov7.py --weights pretrained/yolov7.pt --source --fuse-score --agnostic-nms --with-reid --track_buffer 500 --appearance_thresh 0.05 --proximity_thresh 0 ```...

Some observations: In [model zoo section](https://github.com/NirAharon/BoT-SORT?tab=readme-ov-file#model-zoo), the repo says: - We used the publicly available [ByteTrack](https://github.com/ifzhang/ByteTrack) model zoo trained on MOT17, MOT20 and ablation study for YOLOX object detection. -...