Algabri

Results 10 issues of Algabri

fig = plt.figure(figsize=(16,16)) plt.scatter(xt,yt, s=20, label='State', c='k') plt.scatter(xt[0],yt[0], s=100, label='Start', c='g') plt.scatter(xt[-1],yt[-1], s=100, label='Goal', c='r') plt.scatter(o[0][0],o[0][1], s=100, label='Start', c='y') plt.scatter(o[-1][0] ,o[-1][1], s=100, label='Goal', c='r') for i in range (len(o)): plt.scatter(o[i][0],o[i][1],...

This my issue [https://stackoverflow.com/questions/58386655/openni-launch-is-neither-a-launch-file-in-package-openni-launch-nor-is-openni](https://stackoverflow.com/questions/58386655/openni-launch-is-neither-a-launch-file-in-package-openni-launch-nor-is-openni)

/usr/bin/python2.7 /home/redhwan/1/PathPlanningAstar-master/astar.py building map.... Traceback (most recent call last): File "/home/redhwan/1/PathPlanningAstar-master/astar.py", line 133, in planner.plan() File "/home/redhwan/1/PathPlanningAstar-master/astar.py", line 32, in plan final = a_star(self.start, self.goal, self.map) File "/home/redhwan/1/PathPlanningAstar-master/astar.py", line 86,...

I tried to check your results. When testing your fine_tuned model ([6DRepNet_300W_LP_AFLW2000.pth](https://drive.google.com/file/d/1vPNtVu_jg2oK-RiIWakxYyfLPA9rU4R4/view?usp=drive_link)) I got the same your results for AFLW2000 data but when testing the same fine_tuned model using BIWI...

When I run training code for `--model_type` 2,3,5,6,8 and 9. Also, demo codes. I got this error: ``` Traceback (most recent call last): File "/home/redhwan/2/HPE/FSA-Net/demo/demo_FSANET_mtcnn.py", line 205, in main() File...

I am trying to run this code using recent versions, but I got this error: ``` Traceback (most recent call last): File "/home/redhwan/2/HPE/FSA-Net/demo/demo_FSANET_ssd.py", line 222, in main() File "/home/redhwan/2/HPE/FSA-Net/demo/demo_FSANET_ssd.py", line...

I am trying to run train_hopenet.py `python3 train_hopenet.py --dataset AFLW2000 --data_dir datasets/AFLW2000 --filename_list datasets/AFLW2000/files.txt --output_string er ` I got this error: Loading data. ``` /home/redhwan/.local/lib/python3.8/site-packages/torch/optim/adam.py:90: UserWarning: optimizer contains a parameter...

I am using 6D right now to train my model. I found in your code that you used robust 6d [here](https://github.com/hassony2/manopth/blob/master/manopth/rot6d.py#:~:text=def%20robust_compute_rotation_matrix_from_ortho6d(poses)%3A). I read your paper, but you did not mention...

I am trying four hours ago to get dataset, but refused. Do you have another link for them?

No method for fit or partial_fit with osboost, ocpboost, expboost, ozaboost, smoothboost, and ogboost. How to train the data using one of them, then predict new data? Thanks.