Maciej Skwara
Maciej Skwara
Hello What is minimum GPU memory value required to run the code (on default settings/models from readme)?
HI! I added the functionality of drawing rotated frames to test it you need to add appropriate keys to the annotated json file. `"attributes": { "occluded": false, "rotation": 60 }`...
Hello! I added a few changes to gradio_app.py: * update gradio stuff to newest version (4.19.1) * add argparse for all parameters & add global * change default device to...
Hello! I had a problem with ROS1 installation so I added docker to project
Fix bug from issue: https://github.com/anuragxel/salt/issues/48
Hi! when I press the middle mouse button (usually by accident) I get this error: ``` QLayout::addChildLayout: layout "" already has a parent Traceback (most recent call last): File "/home/maciej/PycharmProjects/salt/salt/interface.py",...
@ZrrSkywalker Hi! I fix requitements.txt file, because when you want to install the os and warnings packages with pip, there are errors. Os and warnings do not require additional installation....
Hello, I tried to run app.py and encountered an error: > ModuleNotFoundError: No module named 'slugify'. After installing the library slugify (pip install slugify), everything started correctly. Please add these...