Roger Iyengar

Results 8 issues of Roger Iyengar

Google recommends putting the tracking script for Google Analytics "near the top of the `` tag and before any other script or CSS tags" on [this page](https://developers.google.com/analytics/devguides/collection/analyticsjs/). I know they...

Type: Enhancement
Status: Under Consideration

Running NPM start for the local version causes an error on Ubuntu. The following two posts on the Zoom developer form talk about this error: 1. https://devforum.zoom.us/t/installing-sample-app-web-gives-error/12103 2. https://devforum.zoom.us/t/unable-to-use-zoom-websdk-sample-web-app/15855 This...

Data exported from CVAT to the Pascal VOC format does not have the truncated, difficult, or pose fields. It also specifies coordinates using float values instead of ints. This code...

size:S
awaiting review

I ran into an issue running this code because the color values were not being computing correctly. This change fixes that problem for me.

When someone tries to open a Websocket connection without using TLS (ie "ws:" instead of "wss:") on Android 9 and newer, the connection will fail and Scarlet will not provide...

I had an issue where Scarlet just wouldn't connect to a websocket that wasn't using TLS. I did not get any error messages about this and there were no WebSocket...

## Motivation When I ran the tutorial, I got an error message saying `AssertionError: MMCV==2.1.0 is used but incompatible. Please install mmcv>=1.3.17,

The local execution code loads models [here](https://github.com/cmusatyalab/openrtist/blob/dbfab2399d017b9f5ee29054dea8616dfac3ab5a/android-client/app/src/main/java/edu/cmu/cs/localtransfer/LocalTransfer.java#L52). However, it never downloads the models. Therefore, this code will always fail. The SNAPSHOT dependency is specified [here](https://github.com/cmusatyalab/openrtist/blob/dbfab2399d017b9f5ee29054dea8616dfac3ab5a/android-client/app/build.gradle#L103). We should upgrade this to...