Arvind Iyer

Results 10 issues of Arvind Iyer

In the `make_body_mask` function in [body_binary_masking.py](../blob/master/body_binary_masking.py), I see this line of code ```python3 54: _, seg_mask = cv2.threshold(gray, 1, 255, cv2.THRESH_BINARY) ``` Shouldn't the ~~first~~ second argument be 0 not...

updated spelling of the default CUDA_PATH in readme

Correct me if I am mistaken, but the reported AP values for base and novel might be swapped. With the model only seeing 1/3 novel samples compared to the base...

``` $ go version go version go1.13.2 linux/amd64 $ go run main.go http://localhost:8000 2021/03/24 18:02:25 Failed to initialize encoder exit status 1 ``` As soon as I open localhost:8000 in...

**Describe the bug** I am behind a corporate proxy and was unable to download the datasets using ns-download-data. The script uses gdown to download files but gdown does not automatically...

Hi, really interesting approach to virtual try-on here. Have you published pre-trained weights for the warping module? The ShineOn checkpoint published seems to only be for the try-on Unet.

The Skygear API Key is made public in all the examples pages

If I create and insert an element into the DOM using the `gaussian_splatting` component during run-time rather than at the beginning, it is not loaded into the scene since it...