aaronrmm

Results 16 issues of aaronrmm

fastai==1.0.61 fastcore==1.3.27 numpy==1.20.3 torch==1.10.0+cu113 torchvision==0.11.1+cu113

from the model_down_script: ctdet_coco_dla_2x.pth is your baseline fully trained on UA-DETRAC? What is all_dla34.pth? Thanks!

Add an "Android on Windows 10" section in the [installation page](https://github.com/kivy/buildozer/blob/master/docs/source/installation.rst) with working instructions or explicitly stating that Android target isn't supported on Windows.

After training on the VOC2007 dataset with default options except epochs=5, and efficientdet-d2, I am getting detections of all classes at all anchorboxes when using both eval.py and demo.py. Changing...

Please add a license. Thanks!

Error: ``` lib\multiprocessing\reduction.py", line 87, in steal_handle _winapi.DUPLICATE_SAME_ACCESS | _winapi.DUPLICATE_CLOSE_SOURCE) PermissionError: [WinError 5] Access is denied ``` Solution was to remove nested functions. From: https://stackoverflow.com/questions/50445730/cant-use-multiprocessing-in-python-function

Would you mind choosing a license for how you'd like your work to be used? Thanks

Is it possible you can upload the model weights somewhere?

I'm using torch==1.11.0+cu113 and the example for Poly1 Cross-Entropy Loss throws an error `RuntimeError: element 0 of tensors does not require grad and does not have a grad_fn`. I just...