-
CVPR 2022
#
格式
* **Paper Title**
*Author(s)*
CVPR, 2022. [[Paper]](link) [[Code]](link) [[Website]](link)
需要填充:
1)Paper Title
2) Author(s)
3) 3个“link”
4)两篇文章之间间隔一行
# agent
Meta Ag…
yyf17 updated
2 years ago
-
Hi, I noticed that new IDs cannot be added during inference on videos:
https://github.com/facebookresearch/segment-anything-2/blob/6186d1529a9c26f7b6e658f3e704d4bee386d9ba/sam2/sam2_video_predictor.p…
-
train.py里面并没有实现epoch_start_i函数判断的模块,所以当引用这个参数会报错。
因此目前来说,如果想接着上次迭代的epoch来进行训练的话,只能通过pre-train model 来操作
-
第3章で21クラス分類した際に使用したデータセットから猫のみの画像データを抽出し新たに猫のみのデータセットを作成し背景と猫の2クラス分類を試しているのですがp168の上から9行目の部分のn_classes=21をn_classes=2にするとエラーが出てしまいうまく実行できません。
n_classesの値をそのまま21にして実行すると学習するのですが、、、
Google Colabで行っていま…
-
[The format of the issue]
Paper name/title:
Paper link:
Code link:
keywords:
-
[The format of the issue]
Paper name/title:
Paper link:
Code link:
amusi updated
1 month ago
-
Hello!
Thanks for the great tool.
But there is one question. Is it possible to implement this idea (https://arxiv.org/pdf/1611.07004v1.pdf) with the help of your library?
-
What is needed to be change if I want to do model inference on a video file instead of images? I am using cv2.videoCapture(video_path) for reading the video, then I throw a while loop when the cap is…
-
## Instructions To Reproduce the Issue:
I want to train the panoptic segmentation model on a custom data set, however, before I prepare my own custom data set I wanted to make sure that the trainin…
-
Hey, I have been working on a similar project
Instead of using hough lines etc, you might want to look into PIDNET
It is a new segmentation network that works well enough and it is quite fast
…