Shukrullo Nazirjonov
Shukrullo Nazirjonov
@jbudlender Thanks for suggestion. I have done the same by instaling nodejs and commenting out mini_racer. However, build is still unsuccessful. I am using MacOS Monterey with ruby 2.6.8p205 (2021-07-07...
@andreaceruti hi there, I am working on a similar project ( greenhouse plant) and I would like to know if you have succeeded in training the model? Do you think...
@danielcrane Thanks for your suggestions. I am working on a similar problem. I trained Detectron2 instance segmentation model ( with bbox prediction) and used SORT to track objects ( single...
@danielcrane Thanks for such a detailed response. I think the changes are not that fast. It almost looks like a few frames are skipped. I have used pre-trained Resnet50 and...
Running into the same issue, any updates?
Please refer to [depth.py ](https://github.com/vocdex/digit-depth/blob/main/scripts/depth.py#:~:text=if%20cfg.,(msg))in scripts folder. It contains an option to fit an ellipse to contact area based on the depth image (like in the README) . Be sure...
By setting visualize.ellipse value to False, you can see the depth image without any ellipse. Please try setting this to False [here](https://github.com/vocdex/digit-depth/blob/958e0b22e8b9a73f6b162ef962c5e0b1e654716a/config/digit.yaml#L47)
I am having the same issue. This only happens with Conda environments when using OpenCV+ROS for some reason. Eventually, I ended up using virtualenv instead of conda