Flobotics-robotics
Flobotics-robotics
hi, the only text about camera calibration i could found is on ros_markers site: images and camera calibration are read from a standard ROS camera What does this mean ?...
hi, i am on windows 10. i cloned the meshroom repo `git clone --recursive git://github.com/alicevision/meshroom cd meshroom pip install -r requirements.txt` checked out `git checkout tags/v2021.1.0 -b v2021.1.0-branch` then i...
hi, it would be nice to have a import/export button, to import/export node-configurations from others. So, people could share the config file instead of pictures of the node-setup. Also ,...
hi, i used the example with "a hambuger" text-prompt and used --iter=100 , but it run for over 6 hours until i stopped it. There is no epoch or steps...
### Godot version d33c1b50 ### System information win 11 ### Issue description If you build a XR project you get this output in Can't open file from path 'res://.godot/global_script_class_cache.cfg'. ###...
### Description When i run the same text-prompt with different settings , the train/loss value before epoch 10 has nearly no big ups/downs , then they start to go up...
hi, in line 84 you wrote as comment: > set the pixels to all be 0. or 1. but with the following code > cv2.threshold(screen_resized_grayscaled, 1, 255, cv2.THRESH_BINARY) you set...