-
Been trying to figure out how to get the semantic part to run along with running the orb_slam2.
The only thing that's been working for me now is running a ros-node by ("rosrun ORB_SLAM2 mono_kitti Vo…
-
I'm trying to train a human-only segmentation model using the cityscapes dataset in open-mmlab/mmsegmentation.
So, I modified the dataset as follows, but it does not produce normal results.
Please a…
-
as i mentioned above, i retrained the model with the input imgs 1280x720, and classified into 3 NUMS_classes, trained models based on the pretrained models. finally, it generated new *.cptk files, how…
-
Congratulations on such a good work. I have tried to replicate the results as shown in the paper but after training for >50 epochs, I am still not getting the results similar to the paper. I have used…
-
been training images on my model with masks for earrings and not earrings.
```
dice_loss = sm.losses.DiceLoss()
focal_loss = sm.losses.BinaryFocalLoss()
total_loss = dice_loss + (1 * focal_loss…
ghost updated
5 years ago
-
Hi!
I am trying to use the pretrained models to process images from KITTI Odometry and changed nothing of the code. But I got some invalid segmentations. Then I tested in the sample image4 in [here]…
-
Explore CVAT implementation https://github.com/openvinotoolkit/cvat/pull/1767 and https://github.com/openvinotoolkit/cvat/tree/e7585b8ce900cec2c9dd6ef2dc1092e6567780b1/cvat/apps/lambda_manager so we c…
-
It's taking 35-40s to process the segmentation of a single frame.
My test setup configuration:
i. Ubuntu 18.04 LTS, core i7, 24 Gb RAM
ii. Graphics Nvidia 1070M (Laptop version of 1070Ti)
iii. C…
-
可以使用数据集cityscapes来训练吗?
-
I cannot reproduce the semantic segmentation results. When can I open up the training code for semantic segmentation? Thank you very much