letdivedeep
letdivedeep
@hollance I am trying to get the intermediate layer(add_node) output and merge it into the existing model outputs (confidences and coordinates) Experiments : - Was able **to get the add...
@WongKinYiu @AlexeyAB Thanks for this wonderful works. I have trained an object detection model to predict road signs such as speed limits on custom dataset. Found that the predicted bounding...
Hi @WXinlong thanks for the wonderful work. I want to train the pre-trained model on the downstream task of object detection. I used the pre-trained model of mocov2 with 800...
Hi @ranftlr Thanks for the wonderful work. In the context of getting the absolute depth map, I followed these issues [42](https://github.com/isl-org/MiDaS/issues/42) [25](https://github.com/isl-org/MiDaS/issues/25), [4](https://github.com/isl-org/MiDaS/issues/4) From this, I understood that in order...
@JiawangBian Thanks for the wonderful work !! I wanted to get the absolute distances for objects from the Kitti GT depth map provided. I have downloaded the [ kitti raw...
Hi @xieenze Thanks for the wonderful work. I have few questions, to just improve my understanding of the SSL approach. As we use Detco for the pre-text tasks on certain...
@YuanLiuuuuuu and team thanks for the wonderful work I was able to start the pre-text task of Context Autoencoder for Self-Supervised Representation Learning on my custom set of images. And...
wanted to build an images classifier using the SimMIM pretraining strategy Step 1: converted the dataset into imagenet format ``` >|- dataset |- training_set |- training_set |- 10--g1 |- 0012.jpg...
### Branch 1.x branch (1.x version, such as `v1.0.0rc2`, or `dev-1.x` branch) ### Prerequisite - [X] I have searched [Issues](https://github.com/open-mmlab/mmselfsup/issues) and [Discussions](https://github.com/open-mmlab/mmselfsup/discussions) but cannot get the expected help. - [X]...
Hi @zhirongw @limbo0000 Thanks for the wonderful work. I have few questions, to just improve my understanding of the SSL approach. As we use InsLoc for the pre-text tasks on...