Ilan Aizelman
Ilan Aizelman
Hi, after installing sonnet and tensorflow I'm getting the Module not found `sonnet` error. I'm using ``` dm-sonnet 1.36 tensorflow 2.8.0 tensorflow-estimator 1.15.1 tensorflow-gpu 1.15.5 tensorflow-io-gcs-filesystem 0.24.0 tensorflow-probability 0.8.0 ```
Hi, @YunYang1994. Thanks for the awesome project! **Problem:** During training the process is getting Killed. I'm training during the night so no other processes can interrupt by taking the CPU,...
Hi, Thanks for this amazing project @YunYang1994 . When using the `image_demo.py`, I'm getting the following warnings: ``` /yolov3-tf2-master/YunYang1994_TF2_YoloV3/TensorFlow2.0-Examples/4-Object_Detection/YOLOV3/core/utils.py:221: RuntimeWarning: invalid value encountered in maximum pred_coor = np.concatenate([np.maximum(pred_coor[:, :2], [0,...
Hi, I'm trying to run `npm run dev` after cloning the project and it shoots me: ``` > [email protected] dev > vite 'vite' is not recognized as an internal or...
I changed `instances.json` file to have 3 images from my own dataset. I've got the results in `results.json` as follows: ``` [ { "video_id": 1, "score": 0.9989607930183411, "category_id": 1, "segmentations":...
Hi, thanks for this amazing repo. @JiaxiongQ I'm trying to get `trainN.py` and `nomalLoader.py` to work in order to train the first NN. This is what I understood so far...
Hi, I've installed everything successfully, and connected to Tello's WIFI with my laptop. I'm using the following command to launch ORBSLAM2: `roslaunch flock_driver orbslam2_with_cloud_map.launch` The GUI works as expected, but...
Hi, after installing h264decoder in many different ways I still haven't managed to install it properly. Any ideas why python fails to recognize it when running the ros of ORBSLAM?...
I'm trying to exploit it with: `await this.token.transfer(this.pool.address, INITIAL_ATTACKER_BALANCE, {from: attacker});` Which doesn't work. But if I use it w/o from:attacker it works: `await this.token.transfer(this.pool.address, INITIAL_ATTACKER_TOKEN_BALANCE);` Why is that?