Jean-Paul Ainam

Results 23 issues of Jean-Paul Ainam

With my android background, i only added the support for android plateform. Any Ios support is welcome. kindly check

enhancement
help wanted

Hi, this is my code. ```python from clodsa.augmentors.augmentorFactory import createAugmentor from clodsa.transformers.transformerFactory import transformerGenerator from clodsa.techniques.techniqueFactory import createTechnique PROBLEM = "instance_segmentation" ANNOTATION_MODE = "coco" INPUT_PATH = "/home/fst/data/VOCdevkit/VOC2007/JPEGImages" GENERATION_MODE = "linear"...

Hi, Thank you for sharing the code source. Please, can you provide the implementation detail of Figure 9 (Sensors/node interactions) does the model also output the edge embedding? or only...

Hi, thank you for sharing the pytorch code. Is it possible to release the implementation details of Figure 9? Thank you

Hi, in your readme, you show how the directory should like that. But their implementation in data/datasets/images are different. For example, you asked to create `Occluded_Duke` folder, but you are...

Hi; I recently received your dataset and the training set is of size 70GB and the testing is 109GB. I just wanted to confirm that these file are correct. They...

If you could add the years of publication. Putting recent methods first

Hello 👋 As you can see. There is still room in the `margin` left of the bubble. Any idea how to remove that extra margin? ![imageedit_1_2907764850](https://user-images.githubusercontent.com/1701705/232276596-0f8e3af7-cbe1-41fa-8d74-78ea72be72e8.png)

question

Hi Has anyome managed to train multi-gpus? I'm using this command `python train_3d.py --outdir=./outdir --data=shapenet_get3d/img/03790512 --camera_path shapenet_get3d/camera --gpus=8 --batch=32 --gamma=40 --data_camera_mode shapenet_motorbike --dmtet_scale 1.0 --use_shapenet_split 1 --one_3d_generator 0 --img_res=256 --kimg=200...

The `render_shapenet.py` script doesn't work on this ShapeNetCore.v1 object file `ShapeNetCore.v1/02958343/f9c1d7748c15499c6f2bd1c4e9adb41/model.obj` Check the ouput error ```python ../../blender-2.90.0-linux64/blender -b -P render_shapenet.py -- --output ../../datasets/shapenet_get3d ../../datasets/ShapeNetCore.v1/02958343/f9c1d7748c15499c6f2bd1c4e9adb41/model.obj --scale 0.9 --views 24 --resolution 1024...