-
when i run :
python tools/test_net.py \
--dataset clevr_original_val \
--cfg configs/baselines/e2e_mask_rcnn_R-50-FPN_1x.yaml \
--load_ckpt ../../data/pretrained/object_detector.pt …
-
python tools/test_net.py \
--dataset clevr_original_val \
--cfg configs/baselines/e2e_mask_rcnn_R-50-FPN_1x.yaml \
--load_ckpt ../../data/pretrained/object_detector.pt \
--output_d…
-
Hi, thanks for your work and sharing of the code!!!
I have on question on data generation part,
I know the questions and answers are represented in one-hot vectors
where
questions = 2 x (6 for o…
-
I wrote an unpacker that saves the images/masks in the folders (for ease of interop with PyTorch): https://github.com/vadimkantorov/yet_another_pytorch_slot_attention/blob/master/clevr_with_masks.py#L…
-
It seems there is a typo in the command for the training on CLEVR-Medium.
```
mkdir step1
python main.py --dataset_config configs/clevr_pretrain.json --backbone "resnet18" --num_queries 25 --batch…
-
Hello, I would like to inquire about how the labels are specifically annotated for the clevr_dist task. I've noticed that some images contain multiple objects with varying distances between them - som…
-
I am attracted to your article, but i am confused in the implementation. I have generated CLEVR_single_obj_dict_rgb.npy and whole dataset, but the code clevr_data.py need to be revised. I have cha…
-
There must be another discrepancy between `generate_questions.py` and the original script that was used to generate CLEVR. I have noticed that in CLEVR the answer distribution for counting questions i…
rizar updated
2 years ago
-
With Blender 2.81, on macOS Mojave I get the following error when I run
blender --background --python render_images.py -- --num_images 10
Blender 2.81 (sub 16) (hash f1aa4d18d49d built 2019-12-0…
-
Hi Yilun,
I am very interesting in your work. I find that the clver dataset you provide is different from
https://github.com/deepmind/multi_object_datasets#clevr-with-masks
or
https://cs.stanford…