Giter VIP home page Giter VIP logo

Comments (21)

basbaba avatar basbaba commented on July 30, 2024 1

Here: https://huggingface.co/roam/TIIM/tree/main
Only trained 4 epoch, don't expect too much on the result.
image

image

from translating-images-into-maps.

basbaba avatar basbaba commented on July 30, 2024 1

@basbaba How can I produce lane data?

Recently I'm working on nuScenes map datasets and found the Lane data in it's NuScenesMap:

def _load_layers():
self.lane = self._load_layer('lane')

you can get it by NuScenesMap or directly from json file.

from translating-images-into-maps.

basbaba avatar basbaba commented on July 30, 2024

I'm training mono-semantic-maps on a full nuscene dataset, with 16GB nvidia T4, 200 epoch, it's about 460 hours(each epoch 2.3 hours). I do think translating-imgs-into-maps will cost more time.
On mini dataset, translating-imgs-into-maps took about 7 hours for 600 epoch under the default configuration.

from translating-images-into-maps.

Thang1703hrsh avatar Thang1703hrsh commented on July 30, 2024

Thanks you very much, with the mini dataset, is the prediction result good or not?

from translating-images-into-maps.

Thang1703hrsh avatar Thang1703hrsh commented on July 30, 2024

I am working on a thesis related to this topic, can I ask for your code for reference, thank you very much

from translating-images-into-maps.

basbaba avatar basbaba commented on July 30, 2024

mono-semantic-maps url:
https://github.com/tom-roddick/mono-semantic-maps

you'd better train with the full dataset, prediction on mini-trained model is terrible.

from translating-images-into-maps.

Thang1703hrsh avatar Thang1703hrsh commented on July 30, 2024

Do you use a personal computer or rent a platform, I was able to run it but colab pro is not enough for 1 month, because there are only 100 computing units

from translating-images-into-maps.

basbaba avatar basbaba commented on July 30, 2024

I'm working on a server in office when there is no job running on it. In fact you don't need to do 200 epochs in one time, I think after training 10 epochs, a testable model would be generated. By saving and reloading you can get a procedural checkpoint for tests.

from translating-images-into-maps.

Thang1703hrsh avatar Thang1703hrsh commented on July 30, 2024

Hi, I bought a google colab pro account but it still doesn't meet the requirements, can you share me some checkpoints, thank you very much

from translating-images-into-maps.

basbaba avatar basbaba commented on July 30, 2024

Tomorrow when arriving office, I'll try to post a checkpoint to huggingface. It's trained on the full nuscene database.

from translating-images-into-maps.

Thang1703hrsh avatar Thang1703hrsh commented on July 30, 2024

Thank you very much, nice to meet you

from translating-images-into-maps.

Yutong-gannis avatar Yutong-gannis commented on July 30, 2024

@basbaba can you share your nuscenes convert code please

from translating-images-into-maps.

basbaba avatar basbaba commented on July 30, 2024
  1. There is a pull request(New DataLoader) to this project, you can find here: https://github.com/avishkarsaha/translating-images-into-maps/pulls
  1. I modified few things from the New DataLoader
  2. the modified code is zipped and pushed to https://huggingface.co/roam/TIIM/tree/main
  3. After downloading nuscenes full dataset, remember to pre-process it using https://github.com/tom-roddick/mono-semantic-maps
  4. import dataloader_new.py to load data from the processed dataset

from translating-images-into-maps.

Yutong-gannis avatar Yutong-gannis commented on July 30, 2024

@basbaba How can I produce lane data?

from translating-images-into-maps.

basbaba avatar basbaba commented on July 30, 2024

If you mean how to get lane from datasets, I have no ideal. In Nuscenes, there is a definition:
NUSCENES_CLASS_NAMES = [
'drivable_area', 'ped_crossing', 'walkway', 'carpark', 'car', 'truck',
'bus', 'trailer', 'construction_vehicle', 'pedestrian', 'motorcycle',
'bicycle', 'traffic_cone', 'barrier'
]
'drivable_area', 'ped_crossing', 'walkway' may be what you want.

from translating-images-into-maps.

Thang1703hrsh avatar Thang1703hrsh commented on July 30, 2024

how did you go about getting the ground truth image, i did the same in https://github.com/tom-roddick/mono-semantic-maps however it is not the same as the ground truth in the mini episode, can you give me an example image of your ground truth. Thank you very much

from translating-images-into-maps.

Thang1703hrsh avatar Thang1703hrsh commented on July 30, 2024

75eda5e473a64573a978b923da722bc4

from translating-images-into-maps.

basbaba avatar basbaba commented on July 30, 2024

Almost the same

00a00a1e731f4683b5824eae0b4b8128
0a0a40d99e7942949c598b42270c73ec

from translating-images-into-maps.

Thang1703hrsh avatar Thang1703hrsh commented on July 30, 2024

@basbaba do you have facebook, skype or any social network, i want to exchange something about datasets and how to train models, there are some places i'm a bit confused, tks you very much

from translating-images-into-maps.

Thang1703hrsh avatar Thang1703hrsh commented on July 30, 2024

tks u, i am [email protected]

from translating-images-into-maps.

Thang1703hrsh avatar Thang1703hrsh commented on July 30, 2024

you can add contact me, https://t.me/ducthang1703

from translating-images-into-maps.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.