Anirudh Iyengar

Results 4 comments of Anirudh Iyengar

I have a dataset in Coco format that I want to load using `CocoDetection` from `torchvision.datasets` and build a loader. However, when I start training with Faster R-CNN, the model...

Hi Sovit, I wanted to know, If i can use ```Python from torchvision.datasets import CocoDetection ,wrap_dataset_for_transforms_v2 dataset = CocoDetection(root_dir, annotation_file,transforms=transforms) ``` but model is not learning anything how do i...

I encountered an issue with Pull Request #63 while testing the code. There seems to be an error in the code that needs to be addressed. Additionally, I would like...

Hi @xinyu1205, I recently tried inference with an open dataset using your implementation and achieved the expected results, which was quite exciting,**But I also wanna try it for custom datasets**,...