-
**Describe the bug**
I got the error when using RTMDet instance segmentation model with SemiBaseDetector for semi-supervised learning.
``` File "tools/train.py", line 133, in
…
-
LaneAF: Robust Multi-Lane Detection with Affinity Fields. (arXiv:2103.12040v2 [cs.CV] UPDATED)
https://ift.tt/2PszTpo
This study presents an approach to lane detection involving the prediction of bina…
-
## Paper
- [paper](https://arxiv.org/abs/1812.05050)
- [code](https://github.com/foolwood/SiamMask)
- [project](http://www.robots.ox.ac.uk/~qwang/SiamMask/)
-
I setup the example to use SAM model to label my segmentation dataset faster.
I uploaded a few images from my local machine and was able to prompt SAM with keypoints to generate masks for the objects…
-
-
**Description**
The read_tiff function seems like it will error for any non-imagej formatted image written by tifffile -- and perhaps any non-imagej tiff whatsoever -- as tifffile's read function wil…
-
Hi, thanks for your great work. I want to know if I conduct instance segmentation evaluation ont the test split of ScanNet dataset, which includes scene0707_00~scene0806_00, what parameters should I c…
-
It would be great to support ome-zarr labels data.
This is a zarr image where values of 0 are transparent (no label) and colour of each label may be specified by metadata:
https://github.com/ome/ome…
-
Hi. I am trying to run MultiCol-SLAM on the dataset in the example.
However, after I ran the command:
> ./Examples/Lafida/multi_col_slam_lafida ./Examples/small_orb_omni_voc_9_6.yml ./Examples/La…
-
在discriminator.py中,
class Discriminator(nn.Module):
...
def apply(self, ft):
self.frame_num += 1
cft = self.project(ft)
self.current_sample = cft
score…