Mahzad Khoshlessan
Mahzad Khoshlessan
Hi, I have a question regarding deformable transformer and transformer. I see the variable Mask is passed to the encoder and I am not sure what is the usage? Why...
Hi, I have a question regarding the code for the transformer encoder & decoder. I am looking into the case `args.deformable=False` and `args.Tracking=False`. Looking into `transformer.py` I am a bit...
Most of the links provided in the readme file do not work. Are there any other link we can access the material?
Platform (like ubuntu 16.04/win10): macOS Catalina V10.15.6 Python version: 3.8 Source framework with version (like Tensorflow 1.4.1 with GPU): mxnet1.6.0 Destination framework with version (like CNTK 2.3 with GPU): Keras...
Hi, I run my python code in the following way `python -m HumanObj.train --configs_yml='configs/v1.yml'`. If I do not use the `-m` option python will not find my code. If I...
Hi, I have two questions regarding the architecture of your model. 1. In the paper `UniT: Multimodal Multitask Learning with a Unified Transformer` it is mentioned the input to the...
Hello, I have several questions regarding the pretraining phase. I would like to use pre-trained `hrnet` or `resnet50` models. 1. the `pretrain_hrnet.pkl` mentioned in many previous issues is not in...
Hi, I am making changes to the ROMP and I would like to run the code to see the results. I do `python -m torch.utils.bottleneck romp.train --configs_yml='configs/v1_hrnet_3dpw_ft.yml'`. ``` Traceback (most...
Hi, I am trying to run Romp in distributed mode. I follow this [Script](https://github.com/Arthur151/ROMP/blob/master/scripts/train_distributed.sh). Since there is no folder called `core` in the repository I replaced it with `romp`. However,...
Hi, I tried to get the Pretrained models, logs and samples with the following command `wget https://storage.googleapis.com/glow-demo/logs/abl-[reverse/shuffle/1x1]-[add/aff].tar` but I get the following error. Could someone please help me with this?...