flauted

Results 13 comments of flauted

Consider using my fork from PR#32. The code is packaged so you can either clone it and set your PYTHONPATH appropriately, or you can pip install it from Github.

@salaniz I have updated to use the version of pycocotools on PyPI, thanks for the feedback!

@tylin @hao-fang @vrama91 @endernewton is there any chance of merging this?

Not a developer, but I think - gts = ground truths - imgId = image id - imgToAnns = image-to-annotations - res = result (also hypotheses in some places) Could...

@TheOmegaPope I'm trying to use software for the lights on my Aurora R6. I haven't found anything that natively supports it. My `lsusb` also doesn't list the Alienware device and...

I should be more precise: * Go to the Detectron model zoo. There is a chart of "End-to-End Faster & Mask R-CNN Baselines." This [link](https://github.com/facebookresearch/Detectron/blob/master/MODEL_ZOO.md#end-to-end-faster--mask-r-cnn-baselines) should take you there. *...

@pltrdy Yeah I do. ``` python translate.py -model /home/dylan/Downloads/averaged-10-epoch.pt -src /home/dylan/Downloads/test_short.en -tgt /home/dylan/Downloads/test_short.de -verbose -replace_unk -output pred.txt -gpu 0 -report_time ``` ``` PRED AVG SCORE: -0.4390, PRED PPL: 1.5512 GOLD...

Summary works. ``` python translate.py -model /home/dylan/Downloads/averaged-10-epoch.pt -src /home/dylan/Downloads/test_short.en -tgt /home/dylan/Downloads/test_short.de -verbose -replace_unk -output pred.txt -gpu 0 -report_time -stepwise_penalty -min_length 35 -coverage_penalty summary -beta 5 -length_penalty wu -alpha 0.9 ```...

``` python translate.py -model /home/dylan/Downloads/averaged-10-epoch.pt -src /home/dylan/Downloads/test_short.en -tgt /home/dylan/Downloads/test_short.de -verbose -replace_unk -output pred.txt -gpu 0 -report_time -stepwise_penalty -min_length 35 -coverage_penalty wu -beta 0.2 -length_penalty wu -alpha 0.9 -beam_size 15 ```...