Davidyao99

Results 36 issues of Davidyao99

I was wondering how do you know how many epochs to use during training? It seems like increasing the epochs actually worsens the performance. However, looking at the training loss...

I followed the steps in downloading all the necessary dependencies and data to run the code. When running the code, this error is thrown: `in main raise subprocess.CalledProcessError(returncode=process.returncode, subprocess.CalledProcessError: Command...

Hello, this might be a silly question but I am trying to write code to run in the docker container. However, those files that I wrote locally in the same...

I am using the demo.py code on a relatively large image size of 1408x1408. However, it is raising a CUDA error: illegal memory access was encountered. This seems to be...

I followed the steps in your readme and encountered the following error. Any idea what is causing this? ![image](https://user-images.githubusercontent.com/52120948/187794098-f43c45c7-8233-4079-b267-04991464d3c5.png)

![image](https://user-images.githubusercontent.com/52120948/187826168-faef5ce3-ae82-485d-a337-1d8583e333bf.png) Hello, sorry to disturb you again but I wanted to ask about this particular table. Could you elaborate a little on how you used motion supervision to train/test the...

Great work! I am using the mask2former entity seg model and after extracting the masks and their confidences using prediction.score, it seems that all of the values are 0.7. Any...

I am running EntitySegRLE and there seems to be some files missing. I am getting a ModuleNotFoundError: No module named 'entityseg.arch_rle_aug' error. Additionally, in the config files, there seems to...

Great project! I was looking through the annotations for the NLQ task, and notice that there might be multiple instances in the video that answers the given query. In the...

https://github.com/IDEA-Research/GroundingDINO/blob/16e6b4bfcf6ed3a6f0ef2bc5752d716657a6b9fe/groundingdino/util/inference.py#L250 May I ask why is the phrase 2 classes implementation like this? The model returns None in very rare cases, and I am not sure why. How should I...