Varun Agrawal

Results 49 comments of Varun Agrawal

Hi sorry for the delay in responding. It is hard for me to understand what the issue is since I don't have access to your dataset. My suggestion would be...

I can add a python demo script next week. Sorry I don't get issue notifications from github for some reason.

The `trainer.py` module has a function called `get_detections` which is what you're looking for. I am in the process of refactoring the codebase so expect things to change. I intend...

@fabiozappo see the `evaluate.py` script. It evaluates on the test dataset, but you can see that the `get_detections` method takes an image tensor as input. Closing this issue.

I am not certain what you are doing here. It seems like your dataloader is not computing the ground truth regression tensor correctly which is what is causing the issue....

@mikepurvis any updates on the release? @a-price

@isht3 you're correct. You need to have the minimum args and return value descriptions as that is common to all functions and methods. Exceptions/warnings should be added as needed. In...

Update: This issue isn't present in the latest version on Github. Looks like a bad version was uploaded to AWS?

It seems like this issue has been resolved. If @abhicmraja can confirm, I'll close this.

I have also encountered this error. Seems strange it should throw an error on a filename change. Perhaps the fix is a better error message?