-
Good day! First, I'd like to say great work on this!
As I was trying to reproduce the results found [here](https://github.com/microsoft/RegionCLIP/blob/main/docs/MODEL_ZOO.md), I'd like to focus on…
-
In the readme, the instruction is given as:
```
git clone https://github.com/lorebianchi98/FG-OVD.git
cd FG-OVD/docker
docker image build -t IMAGE_NAME - < Dockerfile
```
However, there is nei…
-
This is probably a very basic thing that I am unable to figure out... 😆
I noticed that the orientation of VDS is different from a normal numpy array. How do you deal with that orientation differen…
-
Hi, @xiaofeng94 ! I got a few more question about `MODEL.WEIGHT`.
I use `./pretrained_ckpt/sas_det/sas_det_coco.pth` as `MODEL.WEIGHT` for training. The loss throughout the process is around 0.3, …
-
ALTER PROCEDURE [dbo].[DiskAlertOpsgenie]
AS
BEGIN
DECLARE @RowCount INT
-- Execute your select query here and store the count in @RowCount
SELECT @RowCount = COUNT(*)
FROM tbl_diskreport
WH…
-
Thank you very much for your work!
I currently have a dataset with the following characteristics: high resolution(1920*1080), very limited data amount(~500 frames), and specific category names( ju…
-
竟然没有问题,我提一个,最后那个需要配置config.yaml说的不清楚,能给个例子么?另外,不太明白OmDet运行起来后,OmAgent是怎么连上OmDet的
-
Thank you for this great work; it has helped my research a lot!
While tracing the code, I encountered some problems.
https://github.com/lorebianchi98/FG-CLIP/blob/6253040cb7e89a88aebb2328919333524…
-
Im completely new here, and might have missed something in the wiki, but I cant find a solution for it.
I paste in a video link and then add it to the queue, but before I'm even allowed to do anyth…
-
OVD设置下,lvis数据集base类和frequency类共866类,罕见类共337类,那么配置文件里num_class应该怎么设置呢?
如下设置目前是报错了。
num_classes = 1203
num_training_classes = 866
coco_train_dataset = dict(
_delete_=True,
type='MultiModal…