Ashwin Nair

Results 57 comments of Ashwin Nair

@nadavbh12 I tried out your modifications as per your 'added logging of validation set' commit but I'm getting this error, ``` Traceback (most recent call last): File "tools/train_net_step2.py", line 520,...

This could be moved to Github Discussions

Could you try changing the url to https://github.com/zulip/python-zulip-api/archive/0.8.2.zip#subdirectory=zulip

Yeah I just wanted to see if the url with the subdirectory fragment works. If so it could be stripped out before adding it to `pyproject.toml` and the lock file.

Local tests with the new changes ```bash $ cat pyproject.toml [tool.poetry] name = "test" version = "0.1.0" description = "" authors = [] [tool.poetry.dependencies] python="^3.9" [build-system] requires = ["poetry-core @...

Not exactly. I modified an old script of mine and got it to work. You can find the old script [here](https://github.com/ashnair1/Mask-RCNN-for-Off-Nadir-Building-Detection/blob/master/spacenet_ann_extractor.py). To be clear, the solution is incredibly hacky and...

You just need to enable TEST.{task}_AUG and specify the scales you want to test on in the config yaml file. According to the explanation given in this [issue](https://github.com/facebookresearch/Detectron/issues/591#issuecomment-408397080), the predictions...

How did you change the backbone from ResNet 50 to ResNext101?

@FishBigOcean Were you able to solve this?

@herleeyandi Were you able to find out what the problem was? I'm facing the same issue.