Tushar Nagarajan

Results 10 comments of Tushar Nagarajan

The `x_display` parameter does this in [controller.py](https://github.com/allenai/ai2thor/blob/9fc8be585e56e1ddf43be6505e2ee5d409ea348c/ai2thor/controller.py#L382)

Perfect, looks like I missed this function. Thanks!

Reopening this to say that it would be nice to have some extra functionality for this class of actions. For example: - setting object filters based on objectType, rather than...

Also wanted to ask: If I limit objects in metadata, this also limits what objects I can interact with. For example this does not work, even though `query.metadata["actionReturn"]` contains the...

> SetObjectFilter should not affect any interactions -- it simply affects the metadata This doesn't seem to be the case in 2.7.4. I can run the same set of actions...

The visibility check explains it. `forceAction=True` works for me, thanks. Calling `SetObjectFilter` after `GetObjectInFrame` doesn't work as well because I have to do this for every interaction, so it only...

I'm also interested in similar functionality. @michaelkoller have you heard back from the authors about this?

I'm having the same issue. @RishabhJain2018 any thoughts? My token was expired, but I've hit refresh on my token and `evalai set_token ` already. Still the same error.

Oops, looks like my comment went missing. I managed to port the weights from the baseline I3D-ResNet50 model (not non-local) and got 72.2% top1. The converted model is [here](https://github.com/Tushar-N/pytorch-resnet3d).

Hi Nam, that's an interesting point. We were trying to focus specifically on unseen compositions (a la Red Wine) so we chose the open world setting _in addition_ to the...