Quim T.
Quim T.
Hi! I am trying to install it on Windows 10 (10.0.18363 build) as well, within a Conda Environent with Python 3.6.10. Here's the error log: `pip install -I --no-cache-dir jamspell`...
Hi, how can I join the SST's slack channel?
Hey there! The [Parrot SDK](https://developer.parrot.com/) has been officially updated this week. Now, existing modules for Bebop drones should be usable in Anafi.
I didn't need it. The Parrot SDK does the work as of now. If you are willing to use ROS/2, you can interface with the SDK quite easily
Hi @fabrizioschiano @MaxSmith13 , Unfortunately I cannot share with you the code as it was done for a private company. Nevertheless, I can depict what I did. As @fabrizioschiano has...
I am getting a similar error: > ROS_MASTER_URI=http://localhost:11311 process[bebop/bebop_nodelet_manager-1]: started with pid [30571] process[bebop/bebop_nodelet-2]: started with pid [30572] process[bebop/robot_state_publisher-3]: started with pid [30573] [ INFO] [1556613283.525301409]: Initializing nodelet with 8...
Another way to do what @Scottchou7 does is: 1. Uninstall your local `keras-applications` (`pip uninstall keras-applications`). 2. Then install it via git (`pip install git+https://github.com/keras-team/keras-applications.git@master`). 3. For an unknown reason,...
Hi @YourAverageSciencePal I am also researching on how to create new datasets with different alphabets to train the model. How did you finally collected the variations? Did you create a...
@Grzego I see that your model generates the output in a `matplotlib` figure. Let's say I generate this word from Spanish:  Actually, in Spanish it has an accent...
Thank you for such a detailed explanation 🙏🏼 😊 I'm eager to try #110 once it's out. Yet I found the syntax less intuitive to use (closer to Haskell's `NonEmpty`...