-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New rocAL python API #9
New rocAL python API #9
Conversation
swetha097
commented
Oct 22, 2021
- Augmentation App
- coco pipeline
- caffe, caffe2 pipelines for classification & detection
- tf classification & detection pipeline
- python rali unit test
Fix convolotion issue for hip
fix seg fault for ScaleGaussian
Add support for channelCopy, Lut, UV12/UV/IUV format converts and ScaleUp2x2 in Color kernels
Optimize statistical kernels
…etic/logical/color/filter/statistical kernels
Add kernelGDFs, enhance test scripts - runVisionTests.py and runvxTestAllScript.sh
Test suite fixes
…/MIVISION into box_encoder_changes_v0.2
…te-Libraries/MIVisionX into box_encoder_changes_v0.2
…te-Libraries/MIVisionX into new_rocAL_python_API
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@swetha097 I also see a couple of empty files. Are they needed?
rocAL/rocAL/source/master_graph.cpp
Outdated
@@ -17,7 +17,7 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | |||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | |||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | |||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | |||
THE SOFTWARE. | |||
THE SOFTWARE.lround |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@swetha097 Can you check what this is. Seems like a typo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think its a typo Lakshmi.
Removed it
@@ -655,6 +655,7 @@ raliJpegCOCOFileSourceSingleShard( | |||
unsigned max_width, | |||
unsigned max_height) | |||
{ | |||
std::cout<<"\n COMES TO COCOFILESOURCESINGLESHARD"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@swetha097 Do we need the debug statements? Same above?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed the debug statement
@@ -478,6 +478,10 @@ raliBrightness( | |||
RaliFloatParam p_alpha, | |||
RaliFloatParam p_beta) | |||
{ | |||
std::cerr<<"\n**************************************************************************"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@swetha097 need to review this