Saswati-Project

Results 6 issues of Saswati-Project

spaCy version 3.7.5 Location C:\Users\cse_s\AppData\Local\Programs\Python\Python312\Lib\site-packages\spacy Platform Windows-11 Python version 3.12.3 Pipelines en_core_web_lg (3.7.1) I want to call the Spacy code using Matlab. The Spacy code is as follows which work...

## How to reproduce the behaviour Python code: File name: test_spacy.py ``` import spacy nlp = spacy.load("en_core_web_lg") doc = nlp("This is a sentence.") ``` No error while run the python...

I am using ROS noetic to run this simulation. I received error during catkin_make ``` In file included from /usr/include/cppad/ipopt/solve.hpp:405, from /home/abc/ROS_ws/src/multi_robot_traj_planner/multi_robot_traj_planner/include/prioritized_traj_optimization.hpp:44, from /home/abc/ROS_ws//src/multi_robot_traj_planner/multi_robot_traj_planner/src/prioritized_traj_planner.cpp:18: /usr/include/cppad/ipopt/solve_callback.hpp:16:11: fatal error: coin/IpIpoptApplication.hpp: No such...

I setup the Astra Camera using the link [official link](http://wiki.ros.org/astra_camera). It give the message after launching the command roslaunch astra_camera astra.launch. ``` [INFO][1720553201.550103010]: Query device [INFO][1720553202.009764172]: wait for device to...

I ran Grounding DINO on my own image, which contains boxes, an emergency alert, a lamp, and other objects. I used the official Colab notebook for Grounding DINO. According to...

I received the error while running the Official documentation of Grounding Dino from the Colab file %cd {HOME}/GroundingDINO from groundingdino.util.inference import load_model, load_image, predict, annotate model = load_model(CONFIG_PATH, WEIGHTS_PATH) Error:...