Mona Jalal
Mona Jalal
``` (phosa) [jalal@goku scratch3]$ git clone git://github.com/BurntSushi/xsv Cloning into 'xsv'... remote: Enumerating objects: 23, done. remote: Counting objects: 100% (23/23), done. remote: Compressing objects: 100% (18/18), done. remote: Total 2706...
Thanks a lot for open-sourcing your source code. When I tried your demo code on an image of a bike, the results were not good at all compared to when...
Hello, Could you please guide me how to interactively or even statically visualize the obj file inside Google Colab? ``` import pywavefront from pywavefront import visualization obj = pywavefront.Wavefront('Data/examples/plane.obj') visualization.draw(obj)...
I get the following error: ``` 1097/31773MB [162691:2271 0:721] 06:33:56 Thu Dec 24 [mona@goku:pts/13 +1] ~/research/code/Total3DUnderstanding-Dawnlight $ python utils/generate_data.py Processing sample ID: 1. Processing sample ID: 646. Processing sample ID:...
two questions: 1. Is `acceleratesupport - No OpenGL_accelerate module loaded: No module named 'OpenGL_accelerate'` fine? 2. How do I resolve the following error and why is it happening? ``` (expose)...
How can I pass the batch_size to an script that is making use of encoding python package? ``` (torchenc) mona@goku:~$ python test_torch_encoding.py --batch_size 8 Traceback (most recent call last): File...
Could you please suggest how I should fix this problem? ``` (torchenc) mona@goku:~$ python test_torch_encoding.py /home/mona/venv/torchenc/lib/python3.8/site-packages/torch/cuda/__init__.py:52: UserWarning: CUDA initialization: CUDA unknown error - this may be due to an incorrectly...
After processing some images successfully, I got this error. Is there a fix for it? ``` Processing: ../../data/smplify-x/djrn_test_data/images/HICO_test2015_00000469.jpg Found Trained Model: ../../data/smplify-x/vposer_v1_0/snapshots/TR00_E096.pt Camera initialization done after 0.7507 Camera initialization final...
So, when I run the fit code in batch among all test images of hico-det, it fails for `HICO_test2015_00001000.jpg` image however, if I run it separately on it, it doesn't....
Thanks a lot for providing the code and documentation. Could you please provide some instructions on how I could use this for my own custom dataset that has 20 action...