Is there urls available for the datasets provided for course projects, so I can access them from my own Colab directly without downloading them?
There is no hosted url outside of coursera jupyter environment for assignment datasets. That said, you can do the following:
- Download assignment from coursera.
- Copy the assignment to google drive.
- Mount the drive on colab and use the files in a notebook.
I want to run the Image Segmentation training job on my Colab env, want to know if the dataset for this project introduced from this website?
Or from somewhere I can access directly?
This text from the markdown indicates model compatibility wiht carla:
- Implement semantic image segmentation on the CARLA self-driving car dataset
Download the assignment from coursera jupyter environment and see the dataset inside data folder.
I don’t know the exact URL from where this dataset was created. Odds are good that a staff generated the dataset using the simulator and recording frames.
Adding @Mubsi for details.
Yes, that is correct.