Svyatoslav

Results 23 comments of Svyatoslav

@Homagn, have you managed to fix ``` Exception: command: ['/home/microway/.ai2thor/releases/thor-201909061227-Linux64/thor-201909061227-Linux64', '-screen-fullscreen', '0', '-screen-quality', '7', '-screen-width', '300', '-screen-height', '300'] exited with 1 ``` ?

Thank you for the fast answer, @Homagn! Sorry, I haven't given any information about my setup. I'm using Alfred's Dockerfile and docker setup: https://github.com/askforalfred/alfred#docker-setup for a local machine with an...

@quintus0505 and @MrEarle have you managed to get anything reasonable besides just the frame of the buildings? If so, how? I downloaded all available files (all the `FILETYPES` inside `download_mp.py`)...

@MrEarle, hmmmm. It's weird, I couldn't do it... In addition, MINOS and the MP3D Simulator also failed to run normally, they fell with errors. Finally, I turned to Habitat-Sim :))

Also, I have an error when evaluating the nav module with `python -u habitat_baselines/run.py --exp-config habitat_baselines/config/eqa/il_pacman_nav.yaml --run-type eval`: ``` File "/home/svyatoslav/anaconda3/envs/habitat/lib/python3.6/site-packages/torch-1.10.0-py3.6-linux-x86_64.egg/torch/utils/tensorboard/summary.py", line 490, in make_video clip.write_gif(filename, verbose=False, progress_bar=False) TypeError: write_gif()...

@mathfac Thank you for the detailed response! 1. Hmm, the [README.md](https://github.com/facebookresearch/habitat-lab/blob/main/habitat_baselines/il/README.md) looks really good, so maybe it's enough to be here in the issues. Or maybe it's worth adding a...

I noticed a strange moment in main.py. Likely, this is not the reason, but this might help in searching the mistake. This is the line: ![image](https://user-images.githubusercontent.com/47208659/134947228-ebaaa63f-770e-4528-991e-24bdfa3c897b.png) But here we can...

@slundberg, have something like `get_feature_importances()` been implemented? I haven't found any function in the documentation that would draw a histogram like the one shown here: https://scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance.html#tree-s-feature-importance-from-mean-decrease-in-impurity-mdi `beeswarm` only sorts in...

Also, it seems there is a typo in the comment to the MDETR's `forward()`. It is written: ``` - "pred_boxes": The normalized boxes coordinates for all queries, represented as (center_x,...

@Flaick, have you managed to run the fine-tuning? I have a strange error. When I run `python main.py --dataset_config configs/lvis.json --load pretrained_resnet101_checkpoint.pth --ema --epochs 150 --lr_drop 120 --eval_skip 5` on...