artest08
artest08
Thanks for your fast response @datumbox. Actually, I did not know that there is recipe information in the documentation of the models. So, I did not consider looking there. That...
I am also following these kind of errors in detr architectures in recent weeks. I do not come across in this repo but one of my architectural modification to dab-deformable...
Sorry for my late response, I have made a little change in frontend which is for label in range(generator.num_classes()): if np.array_equal(annotations, np.array([[]])): all_annotations[i][label]=annotations.T else: all_annotations[i][label] = annotations[annotations[:, 4] == label,...
Hello, thank you for your interest. Basically, for RGB modality, the avi format is converted to jpg images. This can be implemented with OpenCV, for instance. However you dont need...
Thank you for your interest. You can just change the dataset. It is the same with the parameters of hmdb51
I did not, but I think I know the solution. I think that library exists in detectron2 of Facebook AI. But detectron2 has also some requirements, such as some specific...
Additionally, I want to emphasize that, as far as I understand, res2 features are not utilized in the deformable segmentation head, only the res3 features with stride 2. Therefore, the...