• Negin Raoof's avatar
    [ONNX] Fix export of images with no detection (#2215) · 97e21c10
    Negin Raoof authored
    * Fixing nms on boxes when no detection
    
    * test
    
    * Fix for scale_factor computation
    
    * remove newline
    
    * Fix for mask_rcnn dynanmic axes
    
    * Clean up
    
    * Update transform.py
    
    * Fix for torchscript
    
    * Fix scripting errors
    
    * Fix annotation
    
    * Fix lint
    
    * Fix annotation
    
    * Fix for interpolate scripting
    
    * Fix for scripting
    
    * refactoring
    
    * refactor the code
    
    * Fix annotation
    
    * Fixed annotations
    
    * Added test for resize
    
    * lint
    
    * format
    
    * bump ORT
    
    * ort-nightly version
    
    * Going to ort 1.1.0
    
    * remove version
    
    * install typing-extension
    
    * Export model for images with no detection
    
    * Upgrade ort nightly
    
    * update ORT
    
    * Update test_onnx.py
    
    * updated tests
    
    * Updated tests
    
    * merge
    
    * Update transforms.py
    
    * Update cityscapes.py
    
    * Update celeba.py
    
    * Update caltech.py
    
    * Update pkg_helpers.bash
    
    * Clean up
    
    * Clean up for dynamic split
    
    * Remove extra casts
    
    * flake8
    
    * Fix for mask rcnn no detection export
    
    * clean up
    
    * Enable mask rcnn tests
    
    * Added test
    
    * update ORT
    
    * Update .travis.yml
    
    * fix annotation
    
    * Clean up roi_heads
    
    * clean up
    
    * clean up misc ops
    97e21c10
keypoint_rcnn.py 16.8 KB