Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Some tweaks #91

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open

Some tweaks #91

wants to merge 25 commits into from

Commits on Jan 11, 2021

  1. Update README.md

    kasai2210 authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    c7010e0 View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    kasai2210 authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    fbb2c10 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from kasai2210/kasai2210-patch-1

    Update README.md
    kasai2210 authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    ab0416e View commit details
    Browse the repository at this point in the history
  4. Update crop.py

    -> Changed import statement for imread.
    -> Updated directories
    ->  Changed the output_name initialisation statement to actually write-over the existing file
    anshul22negi authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    f8ab4ec View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Update README.md

    kasai2210 authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    e824dc1 View commit details
    Browse the repository at this point in the history
  2. Delete packages.txt

    kasai2210 authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    2a9ea66 View commit details
    Browse the repository at this point in the history
  3. Update train.py

    changed 
    tf.app.run(main) 
    to 
    tf.compat.v1.app.run(main)
    as app.run has been shifted in v2
    anshul22negi authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    07ed648 View commit details
    Browse the repository at this point in the history
  4. Update train.py

    made compatible with tf version 1 by replacing tf. with tf.compat.v1. wherever possible
    anshul22negi authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    a1204d9 View commit details
    Browse the repository at this point in the history
  5. Update model.py

    made compatible with tf.version 1
    anshul22negi authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    e4686d3 View commit details
    Browse the repository at this point in the history
  6. Update group_pointcloud.py

    made compatible with tf.version1
    anshul22negi authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    3cee667 View commit details
    Browse the repository at this point in the history
  7. Update group_pointcloud.py

    changed kip_dims to keepdims in line 66
    anshul22negi authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    75cb6e5 View commit details
    Browse the repository at this point in the history
  8. Update rpn.py

    made compatible with tf v1
    anshul22negi authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    4cad17c View commit details
    Browse the repository at this point in the history
  9. Update model.py

    Made compatible with tf v1
    anshul22negi authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    9807079 View commit details
    Browse the repository at this point in the history
  10. Update train.py

    made compatible with tf v1
    anshul22negi authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    d1fc9d4 View commit details
    Browse the repository at this point in the history
  11. Update group_pointcloud.py

    kasai2210 authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    d49ece0 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Update train.py

    Changed batch size in line 29, from 2 to 1.
    anshul22negi authored Jan 13, 2021
    Configuration menu
    Copy the full SHA
    d408b4c View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Update model.py

    kasai2210 authored Jan 15, 2021
    Configuration menu
    Copy the full SHA
    e67a3be View commit details
    Browse the repository at this point in the history
  2. Update group_pointcloud.py

    kasai2210 authored Jan 15, 2021
    Configuration menu
    Copy the full SHA
    e7116b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Update train.py

    Added comment explaining argparse functions
    anshul22negi authored Jan 18, 2021
    Configuration menu
    Copy the full SHA
    e83cdf9 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Update train.py

    Added links for understanding tf.Graph(), tf.sess()
    anshul22negi authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    1327848 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. Added datasplit.py

    Allows for splitting raw Kitti data into training and validation sets
    anshul22negi authored Jan 31, 2021
    Configuration menu
    Copy the full SHA
    c47016f View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Update README.md

    kasai2210 authored Mar 19, 2021
    Configuration menu
    Copy the full SHA
    764a18e View commit details
    Browse the repository at this point in the history
  2. Update README.md

    kasai2210 authored Mar 19, 2021
    Configuration menu
    Copy the full SHA
    b07d602 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    kasai2210 authored Mar 19, 2021
    Configuration menu
    Copy the full SHA
    f354c79 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2021

  1. some fixes

    kasai2210 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    5405784 View commit details
    Browse the repository at this point in the history